toucan-js
Version:
Cloudflare Workers client for Sentry
7 lines • 432 B
TypeScript
import { Exception, ExtendedError, StackParser } from '@sentry/types';
export type LinkedErrorsOptions = {
limit: number;
};
export declare const linkedErrorsIntegration: (options?: LinkedErrorsOptions | undefined) => import("@sentry/types").Integration;
export declare function walkErrorTree(parser: StackParser, limit: number, error: ExtendedError, stack?: Exception[]): Exception[];
//# sourceMappingURL=linkedErrors.d.ts.map