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
The reason for this is that this console.error would print whenever a user's session expired from inactivity or some other reason, and it would flood our logging services with Errors that aren't actually problems (false positives). By changing it to a non-error print, we do not see these more-or-less benign prints in our logs when we scope for errors.
We have actually manually patched this to be a warn instead in our own code.