@sentry/wizard
Version:
Sentry wizard helping you to configure your project
11 lines (10 loc) • 310 B
TypeScript
import { PartialSvelteConfig } from './sdk-setup';
/**
* Creates example page and API route to test Sentry
*/
export declare function createExamplePage(svelteConfig: PartialSvelteConfig, projectProps: {
selfHosted: boolean;
url: string;
orgSlug: string;
projectId: string;
}): Promise<void>;