UNPKG

330 BTypeScriptView Raw
1export declare const instrumentKoa: ((options?: unknown) => void) & {
2 id: string;
3};
4export declare const koaIntegration: () => import("@sentry/types").Integration;
5export declare const setupKoaErrorHandler: (app: {
6 use: (arg0: (ctx: any, next: any) => Promise<void>) => void;
7}) => void;
8//# sourceMappingURL=koa.d.ts.map
\No newline at end of file