feat(react): Set url.template, url.path and url.full on routing spans#22087
Open
Lms24 wants to merge 2 commits into
Open
feat(react): Set url.template, url.path and url.full on routing spans#22087Lms24 wants to merge 2 commits into
Lms24 wants to merge 2 commits into
Conversation
41fa12e to
e595d12
Compare
f1c9b06 to
74f040c
Compare
Contributor
size-limit report 📦
|
74f040c to
71d705f
Compare
e595d12 to
d6abd79
Compare
d6abd79 to
ee4514c
Compare
0d98fb5 to
4d6b4b9
Compare
0002c1f to
ee4514c
Compare
0d98fb5 to
4d6b4b9
Compare
0002c1f to
ee4514c
Compare
4d6b4b9 to
0d98fb5
Compare
b276e49 to
a6eb9e5
Compare
4b134c2 to
25c6e76
Compare
a6eb9e5 to
d262ae6
Compare
25c6e76 to
6165ba8
Compare
s1gr1d
approved these changes
Jul 8, 2026
d262ae6 to
1442f98
Compare
6165ba8 to
08f5a34
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1442f98. Configure here.
Adds url.template to React Router v3–v6 and v4/v5 instrumentation, fixes TanStack React Router navigation url.path/url.full to use the target location, and updates unit and e2e tests. part of #21921 Co-Authored-By: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1442f98 to
fe7157e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Sets
url.template,url.path, andurl.fullon pageload and navigation root spans for React Router (v3–v6, v4/v5withSentryRouting) and TanStack React Router instrumentation in@sentry/react.TanStack React Router navigation spans now derive
url.pathandurl.fullfrom the target location (matching the Vue integration), including redirect chains. React Router v4/v5 seturl.templatewhen route matching resolves a parameterized route.part of #21921