@sentry/wizard
Version:
Sentry wizard helping you to configure your project
9 lines (8 loc) • 304 B
TypeScript
interface ExampleComponentOptions {
url: string;
orgSlug: string;
projectId: string;
}
export declare function createExampleComponent(options: ExampleComponentOptions): Promise<void>;
export declare function getSentryExampleComponentCode(options: ExampleComponentOptions): string;
export {};