Skip to content

Commit 2c2d445

Browse files
committed
more debugging
1 parent 62ff26f commit 2c2d445

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

packages/replay/src/coreHandlers/handleScope.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

packages/replay/src/integration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/replay/src/replay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)