-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replay fails to start recording when using start()
#11983
Comments
So you mean, a session is ongoing, then you call But this is overall not good, in this scenario you should always call I guess what we could do is check for session expiration in |
No this is before a session exists (e.g. manual recording). |
Replays will fail to start recording when using `start()` specifically when manually recording and after the user has been idle for a long period of time. We need to reset the user activity state when we call `start()`, otherwise the session will be [incorrectly] considered to be idle and unable to send any replay events. Closes #11983
Replays will fail to start recording when using `start()` specifically when manually recording and after the user has been idle for a long period of time. We need to reset the user activity state when we call `start()`, otherwise the session will be [incorrectly] considered to be idle and unable to send any replay events. Closes #11983
Backport for v7 here |
Replays will fail to start recording when using `start()` specifically when manually recording and after the user has been idle for a long period of time. We need to reset the user activity state when we call `start()`, otherwise the session will be [incorrectly] considered to be idle and unable to send any replay events. Closes #11983
Replays will fail to start recording when using
start()
specifically when manually recording and after the user has been idle for a long period of time. We need to reset the user activity state when we callstart()
, otherwise the session will be [incorrectly] considered to be idle and unable to send any replay events.The text was updated successfully, but these errors were encountered: