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
Right now, we don't know how often the session recording player goes "wonky" (e.g. screen goes white, css is messed up, etc.). If we want to improve this, we should have a way to identify it and measure it.
Describe the solution you'd like
Right now, rr-web sends warnings to the console when it detects issues in the session recording. We should capture these events and summarize them in a session recording warning event.
Describe alternatives you've considered
Measuring this via other indications of a "bad recording". One considered was adding an auto-incrementing value to each event, and then ensuring that every recording has every expected event in the expected sequence. This has the disadvantage of being a messy query to detect this is occurring, and it does not detect all the issues that rr-web would.
This issue hasn't seen activity in two years! If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in two weeks.
Is your feature request related to a problem?
Right now, we don't know how often the session recording player goes "wonky" (e.g. screen goes white, css is messed up, etc.). If we want to improve this, we should have a way to identify it and measure it.
Describe the solution you'd like
Right now, rr-web sends warnings to the console when it detects issues in the session recording. We should capture these events and summarize them in a
session recording warning
event.Describe alternatives you've considered
Measuring this via other indications of a "bad recording". One considered was adding an auto-incrementing value to each event, and then ensuring that every recording has every expected event in the expected sequence. This has the disadvantage of being a messy query to detect this is occurring, and it does not detect all the issues that rr-web would.
Additional context
#5478
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: