-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/react
SDK Version
8.55.0
Framework Version
React 19.1.0
Link to Sentry event
Reproduction Example/SDK Setup
https://github.com/rk-1203/sentry-router-simple/tree/route-config-and-sentry-v9
Steps to Reproduce
This issue is happening when we have lazy-loaded routes in our application, and when Sentry tries to capture the page load transaction for that route.
This issue is fixed now in v10.3.0. We are asking for a backport to 8.55.0.
This might be the PR where it's fixed - #17277
Expected Result
The transaction should look like
- /part1/part2/:id
- /part1/part2/:id/:anotherId
- /part1/part2/:id/:anotherId/:someAnotherId
Actual Result
Current transaction looks like
- /part1/part2/*
- /*
Metadata
Metadata
Assignees
Projects
Status
No status