1 min read


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.
If you're using the Vercel adapter via @sveltejs/adapter-auto, we recommend switching to using @sveltejs/adapter-vercel directly.
Learn more about Vercel Observability.