File tree Expand file tree Collapse file tree 4 files changed +13
-14
lines changed
browser-integration-tests/suites/replay Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 11import { expect } from '@playwright/test' ;
2- import { IncrementalSource } from '@sentry-internal/rrweb' ;
32import type { inputData } from '@sentry-internal/rrweb' ;
3+ import { IncrementalSource } from '@sentry-internal/rrweb' ;
44
55import { sentryTest } from '../../../utils/fixtures' ;
66import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import {
1111 waitForReplayRequest ,
1212} from '../../../utils/replayHelpers' ;
1313
14-
1514function isInputMutation (
1615 snap : IncrementalRecordingSnapshot ,
1716) : snap is IncrementalRecordingSnapshot & { data : inputData } {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { inputData } from '@sentry-internal/rrweb';
33import { IncrementalSource } from '@sentry-internal/rrweb' ;
44
55import { sentryTest } from '../../../utils/fixtures' ;
6- import { getFullRecordingSnapshots , IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
6+ import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
77import {
88 getFullRecordingSnapshots ,
99 getIncrementalRecordingSnapshots ,
Original file line number Diff line number Diff line change @@ -104,16 +104,16 @@ export class Replay implements Integration {
104104 this . name = Replay . id ;
105105
106106 const privacyOptions = getPrivacyOptions ( {
107- mask,
108- unmask,
109- block,
110- unblock,
111- ignore,
112- blockClass,
113- blockSelector,
114- maskTextClass,
115- maskTextSelector,
116- ignoreClass,
107+ mask,
108+ unmask,
109+ block,
110+ unblock,
111+ ignore,
112+ blockClass,
113+ blockSelector,
114+ maskTextClass,
115+ maskTextSelector,
116+ ignoreClass,
117117 } ) ;
118118
119119 this . _recordingOptions = {
@@ -159,7 +159,7 @@ export class Replay implements Integration {
159159 // @ts -ignore ASet this so that replay SDK can ignore errors originating from rrweb
160160 err . __rrweb__ = true ;
161161 return true ;
162- }
162+ } ,
163163 } ;
164164
165165 this . _initialOptions = {
You can’t perform that action at this time.
0 commit comments