feat(react): Set url.template, url.path and url.full on routing spans#22087
Merged
Conversation
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 8, 2026 12:29
41fa12e to
e595d12
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 8, 2026 12:29
f1c9b06 to
74f040c
Compare
Contributor
size-limit report 📦
|
Lms24
marked this pull request as ready for review
July 8, 2026 12:57
Lms24
requested review from
chargome,
mydea and
nicohrubec
and removed request for
a team
July 8, 2026 12:57
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 8, 2026 13:11
74f040c to
71d705f
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 8, 2026 13:11
e595d12 to
d6abd79
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 8, 2026 14:22
d6abd79 to
ee4514c
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 8, 2026 14:41
0d98fb5 to
4d6b4b9
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
2 times, most recently
from
July 8, 2026 14:42
0002c1f to
ee4514c
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
2 times, most recently
from
July 8, 2026 14:43
0d98fb5 to
4d6b4b9
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
2 times, most recently
from
July 8, 2026 14:46
0002c1f to
ee4514c
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 8, 2026 14:46
4d6b4b9 to
0d98fb5
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
2 times, most recently
from
July 8, 2026 14:57
b276e49 to
a6eb9e5
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 8, 2026 14:57
4b134c2 to
25c6e76
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 8, 2026 15:00
a6eb9e5 to
d262ae6
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 8, 2026 15:00
25c6e76 to
6165ba8
Compare
s1gr1d
approved these changes
Jul 8, 2026
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 8, 2026 16:08
d262ae6 to
1442f98
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 8, 2026 16:08
6165ba8 to
08f5a34
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
2 times, most recently
from
July 9, 2026 07:54
fe7157e to
c49062d
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 9, 2026 07:54
f252957 to
a9d7489
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 9, 2026 10:29
a9d7489 to
8c51b64
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 9, 2026 10:29
c49062d to
189260b
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-vue
branch
from
July 9, 2026 10:30
8c51b64 to
f63fcec
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 9, 2026 10:30
189260b to
c80aa1c
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 9, 2026 11:28
c80aa1c to
1139cf9
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 1139cf9. 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>
Lms24
force-pushed
the
feat/pageload-url-attrs-react
branch
from
July 9, 2026 12:58
e843e31 to
1ccda07
Compare
49 tasks
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