UNPKG

723 BTypeScriptView Raw
1import { Integration } from '@sentry/types';
2/** Adds SDK info to an event. */
3export declare class LinkedErrors implements Integration {
4 /**
5 * @inheritDoc
6 */
7 static id: string;
8 /**
9 * @inheritDoc
10 */
11 readonly name: string;
12 /**
13 * @inheritDoc
14 */
15 private readonly _key;
16 /**
17 * @inheritDoc
18 */
19 private readonly _limit;
20 /**
21 * @inheritDoc
22 */
23 constructor(options?: {
24 key?: string;
25 limit?: number;
26 });
27 /**
28 * @inheritDoc
29 */
30 setupOnce(): void;
31 /**
32 * @inheritDoc
33 */
34 private _handler;
35 /**
36 * @inheritDoc
37 */
38 private _walkErrorTree;
39}
40//# sourceMappingURL=linkederrors.d.ts.map
\No newline at end of file