# Vercel Observability is now route\-aware for SvelteKit apps

**Published:** April 14, 2025 | **Authors:** Tobias Lins, Rich Harris

---

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.

> **Note:** 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](https://vercel.com/docs/observability).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)