screenshots icon indicating copy to clipboard operation
screenshots copied to clipboard

[worker] - Stop sending already-caught exceptions to sentry. Log them instead

Open heysamtexas opened this issue 5 years ago • 1 comments

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.

heysamtexas avatar Apr 17 '20 08:04 heysamtexas

This also affects webhooks. The webhook should send back a status and the error message to the service that called it.

heysamtexas avatar Apr 17 '20 08:04 heysamtexas