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