### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases ### How do you use Sentry? Sentry Saas (sentry.io) ### Which package are you using? @sentry/node ### SDK Version 7.27.0 ### Framework Version Express 4.17.2 ### Link to Sentry event _No response_ ### Steps to Reproduce 1. Create express route with params ```js fileRouter.get('/file/v2/:uuid'... ``` 2. Use this route with query parameters ``` GET /api/file/v2/15cf8416-5d66-4cbb-b12f-37361d3c0116?type=48x32 ``` ### Expected Result Get transaction name `GET /file/v2/:uuid` ### Actual Result <img width="969" alt="image" src="https://user-images.githubusercontent.com/5055595/208642777-d355dadd-2a4a-41bf-a25e-73c7449f7ced.png">
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.27.0
Framework Version
Express 4.17.2
Link to Sentry event
No response
Steps to Reproduce
Expected Result
Get transaction name
GET /file/v2/:uuidActual Result