feat(sveltekit): Set url.template, url.path and url.full on pageload and navigation spans#22027
Open
Lms24 wants to merge 1 commit into
Open
feat(sveltekit): Set url.template, url.path and url.full on pageload and navigation spans#22027Lms24 wants to merge 1 commit into
Lms24 wants to merge 1 commit into
Conversation
nicohrubec
approved these changes
Jul 7, 2026
Contributor
size-limit report 📦
|
0be838c to
8dcf8d2
Compare
0a8c24f to
e084ddd
Compare
8dcf8d2 to
4b0a201
Compare
e084ddd to
de83057
Compare
4b0a201 to
0efa7ff
Compare
de83057 to
4c71cd0
Compare
0efa7ff to
b3142f9
Compare
4c71cd0 to
a573d41
Compare
26631c4 to
a4979c5
Compare
2b630c1 to
a573d41
Compare
26631c4 to
a4979c5
Compare
2b630c1 to
a573d41
Compare
a4979c5 to
26631c4
Compare
a573d41 to
9fa0ae8
Compare
26631c4 to
5b4c45f
Compare
9fa0ae8 to
8103d6f
Compare
5b4c45f to
735d7ef
Compare
8103d6f to
d5cc776
Compare
735d7ef to
59ab726
Compare
…and navigation spans Adds the url.template attribute to SvelteKit pageload and navigation root spans (using the shared @sentry/conventions attribute keys), and passes the absolute navigation URL through to startBrowserTracingNavigationSpan so that url.full and url.path are set as well. part of #21921 Co-Authored-By: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
59ab726 to
7668b4b
Compare
d5cc776 to
bb2b5af
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.
Applies
url.templateto pageload and navigation root spans in the SvelteKit client integration, and adds e2e coverage forurl.full,url.pathandurl.templateacross the SvelteKit test applications.part of #21921