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 {
4848 return null ;
4949 }
5050
51+ // eslint-disable-next-line
52+ console . log ( { newBreadcrumb} )
53+
5154 return createBreadcrumb ( newBreadcrumb ) ;
5255}
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ export class Replay implements Integration {
7878 // eslint-disable-next-line deprecation/deprecation
7979 ignoreClass,
8080 } : ReplayConfiguration = { } ) {
81+ console . log ( 'rrweb v2' )
8182 this . _recordingOptions = {
8283 maskAllInputs,
8384 maskAllText,
Original file line number Diff line number Diff line change @@ -795,6 +795,7 @@ export class ReplayContainer implements ReplayContainerInterface {
795795 // Note this empties the event buffer regardless of outcome of sending replay
796796 const recordingData = await this . eventBuffer . finish ( ) ;
797797
798+ console . log ( 'RUNNING FLUSH' )
798799 // NOTE: Copy values from instance members, as it's possible they could
799800 // change before the flush finishes.
800801 const replayId = this . session . id ;
You can’t perform that action at this time.
0 commit comments