Skip to content

Commit

Permalink
fixing and fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jun 1, 2024
1 parent d40cbd7 commit a1bf6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/replay/sessionrecording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class SessionRecording {
this.sessionId = sessionId
this.windowId = windowId

this.clearBuffer()
this.buffer = new InMemoryBuffer(this.sessionId, this.windowId)

// on reload there might be an already sampled session that should be continued before decide response,
// so we call this here _and_ in the decide response
Expand Down

0 comments on commit a1bf6d6

Please sign in to comment.