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 @@ -106,16 +106,16 @@ export class Replay implements Integration {
106
106
this . name = Replay . id ;
107
107
108
108
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,
119
119
} ) ;
120
120
121
121
this . _recordingOptions = {
@@ -161,7 +161,7 @@ export class Replay implements Integration {
161
161
// @ts -ignore ASet this so that replay SDK can ignore errors originating from rrweb
162
162
err . __rrweb__ = true ;
163
163
return true ;
164
- }
164
+ } ,
165
165
} ;
166
166
167
167
this . _initialOptions = {
You can’t perform that action at this time.
0 commit comments