SvelteKit routes with dynamic segments—like /blog/[slug]
—are now individually recognized and surfaced by Vercel Observability. This replaces the previous behavior where all dynamic routes appeared under a single /fn
entry.
This is available with version 5.7.0 of @sveltejs/adapter-vercel
. Upgrade to unlock improved observability for your SvelteKit projects.
Learn more about Vercel Observability.