What problem does it solve?
Svelte and SvelteKit projects often struggle to implement reliable, end-to-end observability. This skill provides an opinionated, ready-to-use setup that covers client and server initialization, instrumentation hooks, and optional source map configuration for Vite, ensuring consistent error monitoring, tracing, session replay, and logging across the stack.
Core Features & Use Cases
- Opinionated Svelte/SvelteKit Sentry setup that wires error monitoring, tracing, session replay, and logging across client and server.
- Supports both modern (SvelteKit ≥2.31.0) and legacy setups, with guidance for choosing the right integration path.
- Real-world use: quickly bootstrap observability for new projects or migrations, enabling faster issue detection and resolution.
Quick Start
Install the Sentry SDK and wire it into your SvelteKit app by following the recommended setup path to enable error monitoring, tracing, and session replay.