fix(sio-recorder): solve full checkouts for consistent recordings

This commit is contained in:
2025-01-26 20:48:32 +01:00
parent 39e94a11f8
commit 1d799532e9
3 changed files with 37 additions and 22 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-01-26 - 1.2.2 - fix(sio-recorder)
Fixed the recording loop and ensured it stops correctly
- Added an await for domtoolsPromise in startRecording method.
- Introduced a while loop to manage the recording status effectively.
- Added delay and stop function call within the loop to manage record sessions.
## 2025-01-25 - 1.2.1 - fix(sio-recorder)
Enhance styling and positioning for rrweb player elements in SioRecorder component.