@sentry/wizard
Version:
Sentry wizard helping you to configure your project
25 lines (24 loc) • 755 B
TypeScript
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;
}, includeSentryInit: boolean): string;
export declare function getInstrumentationServerTemplate(dsn: string, selectedFeatures: {
performance: 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;