We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25db486 commit 364d814Copy full SHA for 364d814
packages/replay/src/replay.ts
@@ -800,7 +800,6 @@ export class ReplayContainer implements ReplayContainerInterface {
800
// Note this empties the event buffer regardless of outcome of sending replay
801
const recordingData = await this.eventBuffer.finish();
802
803
- console.log('RUNNING FLUSH', new Date().getTime())
804
// NOTE: Copy values from instance members, as it's possible they could
805
// change before the flush finishes.
806
const replayId = this.session.id;
0 commit comments