UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

9 lines (8 loc) 264 B
/** * Creates or updates the main worker file with Sentry initialization. * Currently focused on Cloudflare Workers */ export declare function createSentryInitFile(dsn: string, selectedFeatures: { performance: boolean; logs: boolean; }): Promise<void>;