feat(astro): Set url.template on pageload spans#22011
Merged
Lms24 merged 1 commit intoJul 8, 2026
Merged
Conversation
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
from
July 7, 2026 09:41
519258b to
d7cc00e
Compare
url.template on pageload spans
Contributor
size-limit report 📦
|
Lms24
marked this pull request as ready for review
July 7, 2026 11:41
Lms24
requested review from
chargome,
mydea and
nicohrubec
and removed request for
a team
July 7, 2026 11:41
chargome
approved these changes
Jul 7, 2026
nicohrubec
approved these changes
Jul 7, 2026
Lms24
force-pushed
the
feat/pageload-url-attrs-nextjs
branch
from
July 7, 2026 13:51
baade71 to
e3e26e0
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
from
July 7, 2026 13:51
d7cc00e to
c6c9931
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-nextjs
branch
from
July 7, 2026 15:50
e3e26e0 to
de810f2
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
2 times, most recently
from
July 8, 2026 07:36
543a7a0 to
dc75712
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-nextjs
branch
from
July 8, 2026 07:36
de810f2 to
018a447
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
from
July 8, 2026 09:29
dc75712 to
a216aac
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-nextjs
branch
2 times, most recently
from
July 8, 2026 12:29
a0cf6b6 to
207182d
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
from
July 8, 2026 12:29
a216aac to
27c3297
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-nextjs
branch
from
July 8, 2026 13:11
207182d to
215556b
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
from
July 8, 2026 13:11
27c3297 to
55a5457
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-nextjs
branch
from
July 8, 2026 14:22
215556b to
a6ac3d0
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
2 times, most recently
from
July 8, 2026 14:41
3cb7a4f to
eb6a691
Compare
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
5 times, most recently
from
July 8, 2026 14:57
396bd0a to
a90886a
Compare
Sets url.template on Astro pageload root spans for parameterized routes, and adjusts e2e tests to assert on url.full, url.path and url.template. Co-Authored-By: Cursor <cursoragent@cursor.com>
Lms24
force-pushed
the
feat/pageload-url-attrs-astro
branch
from
July 8, 2026 15:00
a90886a to
98f6e9e
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.templateon Astro pageload root spans for parameterized routes, and adjusts e2e tests to assert onurl.full,url.pathandurl.template.ref #21921