UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

6 lines (5 loc) 167 B
interface SourceMapsWizardOptions { promoCode?: string; } export declare function runSourcemapsWizard(options: SourceMapsWizardOptions): Promise<void>; export {};