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 1
1
import { expect } from '@playwright/test' ;
2
- import { IncrementalSource } from '@sentry-internal/rrweb' ;
3
2
import type { inputData } from '@sentry-internal/rrweb' ;
3
+ import { IncrementalSource } from '@sentry-internal/rrweb' ;
4
4
5
5
import { sentryTest } from '../../../utils/fixtures' ;
6
6
import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import {
11
11
waitForReplayRequest ,
12
12
} from '../../../utils/replayHelpers' ;
13
13
14
-
15
14
function isInputMutation (
16
15
snap : IncrementalRecordingSnapshot ,
17
16
) : 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';
3
3
import { IncrementalSource } from '@sentry-internal/rrweb' ;
4
4
5
5
import { sentryTest } from '../../../utils/fixtures' ;
6
- import { getFullRecordingSnapshots , IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
6
+ import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
7
7
import {
8
8
getFullRecordingSnapshots ,
9
9
getIncrementalRecordingSnapshots ,
Original file line number Diff line number Diff line change @@ -104,16 +104,16 @@ export class Replay implements Integration {
104
104
this . name = Replay . id ;
105
105
106
106
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,
117
117
} ) ;
118
118
119
119
this . _recordingOptions = {
@@ -159,7 +159,7 @@ export class Replay implements Integration {
159
159
// @ts -ignore ASet this so that replay SDK can ignore errors originating from rrweb
160
160
err . __rrweb__ = true ;
161
161
return true ;
162
- }
162
+ } ,
163
163
} ;
164
164
165
165
this . _initialOptions = {
You can’t perform that action at this time.
0 commit comments