Skip to content

Commit 4e36683

Browse files
committed
typo
1 parent 9944fd7 commit 4e36683

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
@@ -158,7 +158,7 @@ export class Replay implements Integration {
158158
// origin for playback
159159
collectFonts: true,
160160
errorHandler: (err: Error) => {
161-
// @ts-ignore ASet this so that replay SDK can ignore errors originating from rrweb
161+
// @ts-ignore Set this so that replay SDK can ignore errors originating from rrweb
162162
err.__rrweb__ = true;
163163
return true;
164164
},

0 commit comments

Comments
 (0)