Getting Started

Integrations

The Frontend SDK supports React and vanilla JavaScript today. Framework-specific packages for Vue, Svelte, Angular, and others are on the roadmap.

Available now#

The core SDK is framework-agnostic and works anywhere JavaScript runs. The React package adds idiomatic React bindings on top.

Build pipeline#

One more thing — wire your build pipeline so production stack traces are readable. Takes one line in your build script and one env var; works alongside any of the framework SDKs above.

Coming soon#

These integrations are planned. If you need one urgently, the core SDK works in any framework today — see Installation for the manual setup.

Vue

Coming soon

Vue 3 plugin with composables and global error handler integration.

Nuxt

Coming soon

Nuxt 3 module with SSR-aware init and server-side error forwarding.

Svelte / SvelteKit

Coming soon

Svelte store integration and SvelteKit error hooks.

Angular

Coming soon

Angular ErrorHandler integration and NgModule setup.

Remix

Coming soon

Root error boundary and loader instrumentation.

Astro

Coming soon

Island-aware instrumentation for Astro's partial hydration model.