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): Navigation away from replay details causes rrweb errors (#102877)
When clicking a breadcrumb to navigate away from replay view (e.g.
clicking on error link), it triggers click handlers for setting the
player timestamp. This causes a lot of rrweb warnings/errors as it tries
to play after the replayer is destroyed since we are navigating away.
Note there may be more instances of this bug, for now this only
addresses Issue breadcrumbs.
0 commit comments