Skip to content

Commit 45bfe20

Browse files
author
louiszawadzki
committed
Remove tslint-ignore
1 parent ac5f7de commit 45bfe20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/rum/instrumentation/DdRumErrorTracking.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export class DdRumErrorTracking {
6666
}
6767
}
6868

69-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
7069
static onGlobalError = (error: any, isFatal?: boolean): void => {
7170
const message = getErrorMessage(error);
7271
const stacktrace = getErrorStackTrace(error);

0 commit comments

Comments
 (0)