@sentry/wizard
Version:
Sentry wizard helping you to configure your project
9 lines (8 loc) • 333 B
TypeScript
export declare function supportsExamplePage(isNuxtV4: boolean): Promise<boolean>;
export declare function createExamplePage(isNuxtV4: boolean, options: {
org: string;
project: string;
projectId: string;
url: string;
}): Promise<void>;
export declare function createExampleComponent(isNuxtV4: boolean): Promise<void>;