You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Set url.template on pageload and navigation spans across framework SDKs
Set the `url.template` attribute (the parameterized route, e.g. `/users/:id`)
on pageload and navigation root spans whenever the routing instrumentation
resolves a route and sets `sentry.source` to `route`. This builds on the base
browser change that adds `url.path`/`url.full`.
Covers: Angular, Astro, Next.js (app + pages router), React Router (framework,
v3, v6/v7 compat), TanStack Router (React/Vue/Solid), Remix, SolidRouter,
SvelteKit and Vue Router (also used by Nuxt).
Co-Authored-By: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments