UNPKG

743 BTypeScriptView Raw
1import type { Client, Event, EventHint, 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 /** @inheritdoc */
28 setupOnce(): void;
29 /**
30 * @inheritDoc
31 */
32 preprocessEvent(event: Event, hint: EventHint | undefined, client: Client): void;
33}
34//# sourceMappingURL=linkederrors.d.ts.map
\No newline at end of file