File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -48,5 +48,8 @@ export function handleScope(scope: Scope): Breadcrumb | null {
48
48
return null ;
49
49
}
50
50
51
+ // eslint-disable-next-line
52
+ console . log ( { newBreadcrumb} )
53
+
51
54
return createBreadcrumb ( newBreadcrumb ) ;
52
55
}
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ export class Replay implements Integration {
78
78
// eslint-disable-next-line deprecation/deprecation
79
79
ignoreClass,
80
80
} : ReplayConfiguration = { } ) {
81
+ console . log ( 'rrweb v2' )
81
82
this . _recordingOptions = {
82
83
maskAllInputs,
83
84
maskAllText,
Original file line number Diff line number Diff line change @@ -795,6 +795,7 @@ export class ReplayContainer implements ReplayContainerInterface {
795
795
// Note this empties the event buffer regardless of outcome of sending replay
796
796
const recordingData = await this . eventBuffer . finish ( ) ;
797
797
798
+ console . log ( 'RUNNING FLUSH' )
798
799
// NOTE: Copy values from instance members, as it's possible they could
799
800
// change before the flush finishes.
800
801
const replayId = this . session . id ;
You can’t perform that action at this time.
0 commit comments