In the bottle integration, we can set a transaction style to either `endpoint` or `url` based on integration setting. We should add the same to ASGI. See: https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/bottle.py#L45
In the bottle integration, we can set a transaction style to either
endpointorurlbased on integration setting. We should add the same to ASGI.See: https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/bottle.py#L45