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: capture some errors we were logging to console (#188)
We're losing visibility into user errors because we are catching and
logging Errors to the console - replace a bunch of places where we do
this with a new Sentry logging function that logs to the error console
and then captures the error in Sentry.
0 commit comments