@sentry/wizard
Version:
Sentry wizard helping you to configure your project
19 lines (18 loc) • 478 B
TypeScript
export declare function createExamplePage(options: {
selfHosted: boolean;
orgSlug: string;
projectId: string;
url: string;
isTS: boolean;
projectDir: string;
}): Promise<void>;
export declare function getSentryExamplePageContents(options: {
selfHosted: boolean;
orgSlug: string;
projectId: string;
url: string;
isTS?: boolean;
}): string;
export declare function getSentryExampleApiContents(options: {
isTS?: boolean;
}): string;