UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

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