You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(replay): Ensure buffer->session switch is reliable (getsentry#8712)
This does two things:
1. Ensure we switch the `recordingMode` only once, to avoid running this
process twice if e.g. multiple errors happen
2. Do not update `session.started` property when switching
buffer->session. We just keep started at whatever was the first event
sent.
---------
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
0 commit comments