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 9944fd7 commit 4e36683Copy full SHA for 4e36683
packages/replay/src/integration.ts
@@ -158,7 +158,7 @@ export class Replay implements Integration {
158
// origin for playback
159
collectFonts: true,
160
errorHandler: (err: Error) => {
161
- // @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
162
err.__rrweb__ = true;
163
return true;
164
},
0 commit comments