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 de2296a commit 84ac7b3Copy full SHA for 84ac7b3
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