Skip to content

Commit 7e6a3e5

Browse files
committed
remove ts-ignore
1 parent 5ca271d commit 7e6a3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class Replay implements Integration {
147147
collectFonts: true,
148148
errorHandler: (err: Error) => {
149149
try {
150-
// @ts-ignore Set this so that replay SDK can ignore errors originating from rrweb
150+
// @ts-expect-error Set this so that replay SDK can ignore errors originating from rrweb
151151
err.__rrweb__ = true;
152152
} catch {
153153
// avoid any potential hazards here

0 commit comments

Comments
 (0)