@sentry/wizard
Version:
Sentry wizard helping you to configure your project
5 lines (4 loc) • 336 B
TypeScript
import type { ProxifiedModule } from 'magicast';
export declare function instrumentServerEntry(serverEntryPath: string): Promise<void>;
export declare function instrumentHandleRequest(originalEntryServerMod: ProxifiedModule<any>): void;
export declare function instrumentHandleError(originalEntryServerMod: ProxifiedModule<any>): void;