UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 147 B
export declare function withTelemetry<F>(options: { enabled: boolean; integration: string; }, callback: () => F | Promise<F>): Promise<F>;