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.
React
AvailableReact 18+ with full Provider, ErrorBoundary, hooks, and router adapters.
@reliableapp/reactDocs Next.js
AvailableApp Router and Pages Router support via the React SDK.
@reliableapp/reactDocs Vanilla JS
AvailableFramework-agnostic core SDK — works in any browser environment.
@reliableapp/frontend-coreDocs 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 soonVue 3 plugin with composables and global error handler integration.
Nuxt
Coming soonNuxt 3 module with SSR-aware init and server-side error forwarding.
Svelte / SvelteKit
Coming soonSvelte store integration and SvelteKit error hooks.
Angular
Coming soonAngular ErrorHandler integration and NgModule setup.
Remix
Coming soonRoot error boundary and loader instrumentation.
Astro
Coming soonIsland-aware instrumentation for Astro's partial hydration model.