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 @@ -106,16 +106,16 @@ export class Replay implements Integration {
106106 this . name = Replay . id ;
107107
108108 const privacyOptions = getPrivacyOptions ( {
109- mask,
110- unmask,
111- block,
112- unblock,
113- ignore,
114- blockClass,
115- blockSelector,
116- maskTextClass,
117- maskTextSelector,
118- ignoreClass,
109+ mask,
110+ unmask,
111+ block,
112+ unblock,
113+ ignore,
114+ blockClass,
115+ blockSelector,
116+ maskTextClass,
117+ maskTextSelector,
118+ ignoreClass,
119119 } ) ;
120120
121121 this . _recordingOptions = {
@@ -161,7 +161,7 @@ export class Replay implements Integration {
161161 // @ts -ignore ASet this so that replay SDK can ignore errors originating from rrweb
162162 err . __rrweb__ = true ;
163163 return true ;
164- }
164+ } ,
165165 } ;
166166
167167 this . _initialOptions = {
You can’t perform that action at this time.
0 commit comments