1 | import { Integration } from '@sentry/types';
|
2 |
|
3 | export declare class OnUncaughtException implements Integration {
|
4 | private readonly _options;
|
5 | |
6 |
|
7 |
|
8 | static id: string;
|
9 | |
10 |
|
11 |
|
12 | name: string;
|
13 | |
14 |
|
15 |
|
16 | readonly handler: (error: Error) => void;
|
17 | |
18 |
|
19 |
|
20 | constructor(_options?: {
|
21 | |
22 |
|
23 |
|
24 |
|
25 |
|
26 | onFatalError?(firstError: Error, secondError?: Error): void;
|
27 | });
|
28 | /**
|
29 | * @inheritDoc
|
30 | */
|
31 | setupOnce(): void;
|
32 | /**
|
33 | * @hidden
|
34 | */
|
35 | private _makeErrorHandler;
|
36 | }
|
37 | //# sourceMappingURL=onuncaughtexception.d.ts.map |
\ | No newline at end of file |