@sentry/wizard
Version:
Sentry wizard helping you to configure your project
6 lines (5 loc) • 469 B
TypeScript
import type { WizardOptions } from '../utils/types';
import type { SupportedTools } from './utils/detect-tool';
export declare function runSourcemapsWizard(options: WizardOptions, preSelectedTool?: SupportedTools): Promise<void>;
export declare function setupCI(selectedTool: SupportedTools, authToken: string, comingFrom: WizardOptions['comingFrom']): Promise<void>;
export declare function configureCI(selectedTool: SupportedTools, authToken: string): Promise<void>;