UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 287 B
import { WizardOptions } from '../utils/types'; import { SupportedTools } from './utils/detect-tool'; export declare function runSourcemapsWizard(options: WizardOptions): Promise<void>; export declare function configureCI(selectedTool: SupportedTools, authToken: string): Promise<void>;