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 2cc77af commit e8d77e9Copy full SHA for e8d77e9
packages/replay/src/integration.ts
@@ -156,7 +156,7 @@ export class Replay implements Integration {
156
// origin for playback
157
collectFonts: true,
158
errorHandler: (err: Error) => {
159
- // @ts-ignore ASet this so that replay SDK can ignore errors originating from rrweb
+ // @ts-ignore Set this so that replay SDK can ignore errors originating from rrweb
160
err.__rrweb__ = true;
161
return true;
162
},
0 commit comments