Skip to content

Commit e8d77e9

Browse files
committed
typo
1 parent 2cc77af commit e8d77e9

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

0 commit comments

Comments
 (0)