UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

7 lines (6 loc) 281 B
export declare function withTelemetry<F>(options: { enabled: boolean; integration: string; }, callback: () => F | Promise<F>): Promise<F>; export declare function traceStep<T>(step: string, callback: () => T): T; export declare function updateProgress(step: string): void;