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
Starlette: use route name as transaction name if available (#957)
* Starlette: use route name as transaction name if available
Unfortunately, we need to do some matching here that Starlette does
too, but currently isn't exposed. If/when Kludex/starlette#804
is merged, we can re-use the route from there.
closes#833
* detect trailing slash redirects from Starlette and give them a dedicated transaction name
* adapt original route for slash redirects
0 commit comments