UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

11 lines (10 loc) 378 B
import { PartialBackwardsForwardsCompatibleSvelteConfig } from './sdk-setup/svelte-config'; /** * Creates example page and API route to test Sentry */ export declare function createExamplePage(svelteConfig: PartialBackwardsForwardsCompatibleSvelteConfig, projectProps: { selfHosted: boolean; url: string; orgSlug: string; projectId: string; }): Promise<void>;