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 b9a1c2b commit e2149deCopy full SHA for e2149de
packages/replay/src/util/addEvent.ts
@@ -40,7 +40,7 @@ export async function addEvent(
40
}
41
42
try {
43
- if (isCheckout) {
+ if (isCheckout && replay.recordingMode === 'buffer') {
44
replay.eventBuffer.clear();
45
46
0 commit comments