Skip to content

Conversation

LubomirIgonda1
Copy link
Contributor

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

Copy link
Member

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the PR! One quick change

Copy link
Member

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!!

@AbhiPrasad AbhiPrasad merged commit 332f8e7 into getsentry:develop Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants