We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5f7de commit 45bfe20Copy full SHA for 45bfe20
packages/core/src/rum/instrumentation/DdRumErrorTracking.tsx
@@ -66,7 +66,6 @@ export class DdRumErrorTracking {
66
}
67
68
69
- // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
70
static onGlobalError = (error: any, isFatal?: boolean): void => {
71
const message = getErrorMessage(error);
72
const stacktrace = getErrorStackTrace(error);
0 commit comments