The Sentry SvelteKit SDK is now generally available, providing support for monitoring, error tracking, performance analysis, and session replay for SvelteKit applications. The SDK supports all of Sentry's features right out of the box, including error monitoring, performance monitoring, session replay, and profiling. Adding the SDK to a SvelteKit app is simple, with a one-line command that sets up the SDK and guides users through configuration. The SDK was developed on top of existing Svelte and Node SDKs, utilizing hooks exposed by SvelteKit to capture errors and spans on both client and server. Future plans include adding support for more adapters, resolving stack traces in dev-mode, and incorporating community feedback.