UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 312 B
import { ProxifiedModule } from 'magicast'; export declare function wrapAppWithSentry(rootRouteAst: ProxifiedModule, rootFileName: string): void; export declare function isWithSentryAlreadyUsed(rootRouteAst: ProxifiedModule): boolean; export declare function instrumentRoot(rootFileName: string): Promise<void>;