feat(remix): Set url.template on pageload and navigation spans#22025
Open
Lms24 wants to merge 2 commits into
Open
feat(remix): Set url.template on pageload and navigation spans#22025Lms24 wants to merge 2 commits into
url.template on pageload and navigation spans#22025Lms24 wants to merge 2 commits into
Conversation
url.template on pageload and navigation spans
Contributor
size-limit report 📦
|
d451d27 to
0a8c24f
Compare
30325b3 to
481776a
Compare
nicohrubec
approved these changes
Jul 8, 2026
chargome
approved these changes
Jul 8, 2026
s1gr1d
approved these changes
Jul 8, 2026
0a8c24f to
e084ddd
Compare
481776a to
03a93e9
Compare
e084ddd to
de83057
Compare
49a362b to
bf7c7d2
Compare
4c71cd0 to
a573d41
Compare
85266e1 to
2265752
Compare
a573d41 to
2b630c1
Compare
2265752 to
85266e1
Compare
2b630c1 to
a573d41
Compare
85266e1 to
2265752
Compare
a573d41 to
2b630c1
Compare
2265752 to
85266e1
Compare
a573d41 to
9fa0ae8
Compare
85266e1 to
02a2e89
Compare
9fa0ae8 to
8103d6f
Compare
02a2e89 to
3142788
Compare
8103d6f to
d5cc776
Compare
3142788 to
3b539ca
Compare
…ad and navigation spans Extracted from the framework-wide url.template PR into its own PR since the react-router framework integration needed additional navigation span and trailing-slash fixes beyond the other framework SDKs. part of #21921 Co-Authored-By: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Applies `url.template` to pageload and navigation root spans in the Remix client integration, and adds e2e coverage across the Remix test applications. part of #21921 Co-Authored-By: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
3b539ca to
f841e71
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 Remix client integration, and adds e2e coverage forurl.full,url.pathandurl.templateacross the Remix test applications.part of #21921