UNPKG

303 BTypeScriptView Raw
1interface LinkedErrorsOptions {
2 key?: string;
3 limit?: number;
4}
5/**
6 * Aggregrate linked errors in an event.
7 */
8export declare const linkedErrorsIntegration: (options?: LinkedErrorsOptions | undefined) => import("@sentry/core").Integration;
9export {};
10//# sourceMappingURL=linkederrors.d.ts.map
\No newline at end of file