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
fix(tracing-internal): Fix case when originalURL contain query params (#9531)
This PR fix use case when original req url contain query params.
For example:
`api/v1/users/posts?param=1`
### Old behavior
sentry build req._reconstructedRoute as:
api/v1/users
### New behavior
sentry build req._reconstructedRoute as:
api/v1/users/posts
0 commit comments