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 5ca271d commit 7e6a3e5Copy full SHA for 7e6a3e5
packages/replay/src/integration.ts
@@ -147,7 +147,7 @@ export class Replay implements Integration {
147
collectFonts: true,
148
errorHandler: (err: Error) => {
149
try {
150
- // @ts-ignore Set this so that replay SDK can ignore errors originating from rrweb
+ // @ts-expect-error Set this so that replay SDK can ignore errors originating from rrweb
151
err.__rrweb__ = true;
152
} catch {
153
// avoid any potential hazards here
0 commit comments