UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

21 lines (20 loc) 580 B
export declare function getClientHooksTemplate(dsn: string, selectedFeatures: { performance: boolean; replay: boolean; logs: boolean; }): string; export declare function getServerHooksTemplate(dsn: string, selectedFeatures: { performance: boolean; replay: boolean; logs: boolean; }): 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;