File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ export class ReplayContainer implements ReplayContainerInterface {
203
203
// Without this, it would record forever, until an error happens, which we don't want
204
204
// instead, we'll always keep the last 60 seconds of replay before an error happened
205
205
...( this . recordingMode === 'error' && { checkoutEveryNms : ERROR_CHECKOUT_TIME } ) ,
206
- recordCrossOriginIframes : true ,
207
206
emit : this . _handleRecordingEmit ,
208
207
} ) ;
209
208
} catch ( err ) {
@@ -529,6 +528,7 @@ export class ReplayContainer implements ReplayContainerInterface {
529
528
return ;
530
529
}
531
530
531
+ // @ts -ignore debugging
532
532
if ( event . type === EventType . IncrementalSnapshot && event . data . source === IncrementalSource . Input ) {
533
533
console . log ( JSON . stringify ( event ) ) ;
534
534
}
You can’t perform that action at this time.
0 commit comments