Install
The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.
npm
npm install @allstak/sveltepnpm
pnpm add @allstak/svelteQuick start
// src/hooks.client.ts
import { initAllStak, handleErrorWithAllStak } from '@allstak/svelte/hooks/client';
initAllStak({ apiKey: '{{API_KEY}}', environment: 'production' });
export const handleError = handleErrorWithAllStak();