UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

13 lines (12 loc) 402 B
export declare function getClientHooksTemplate(dsn: string): string; export declare function getServerHooksTemplate(dsn: string): string; /** * +page.svelte with Sentry example */ export declare function getSentryExampleSveltePage(options: { selfHosted: boolean; url: string; orgSlug: string; projectId: string; }): string; export declare function getSentryExampleApiRoute(): string;