UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

12 lines (11 loc) 407 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; isUsingSvelte5: boolean; }): Promise<void>;