@sentry/wizard
Version:
Sentry wizard helping you to configure your project
18 lines (17 loc) • 415 B
TypeScript
/**
* Creates an example Remix page to test Sentry
*/
export declare function createExamplePage(options: {
selfHosted: boolean;
orgSlug: string;
projectId: string;
url: string;
isTS: boolean;
}): Promise<void>;
export declare function getSentryExamplePageContents(options: {
selfHosted: boolean;
orgSlug: string;
projectId: string;
url: string;
isTS?: boolean;
}): string;