-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Closed as not planned
Copy link
Labels
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
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
Labels
Projects
Status
No status