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
We already catch webdriver exceptions and handle them. Sending them into sentry does nothing but confuse things.
This is a misuse of sentry. We should simply log these handled cases somewhere. Either log it as STDERR / STDOUT or just stick it in a database table and we can look at it later.
The text was updated successfully, but these errors were encountered:
We already catch webdriver exceptions and handle them. Sending them into sentry does nothing but confuse things.
This is a misuse of sentry. We should simply log these handled cases somewhere. Either log it as STDERR / STDOUT or just stick it in a database table and we can look at it later.
The text was updated successfully, but these errors were encountered: