You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aiohttp integration doesn't allow to configure transaction naming style.
I was trying to configure tracing and filter service endpoints from being reported to Sentry by their routes. Aiohttp integration names transactions after request handler and doesn't support any other naming styles, like other framework's integrations do.