CenterForOpenScience / waterbutler

WaterButler is a Python web application for interacting with various file storage services via a single RESTful API, developed at Center for Open Science.
Apache License 2.0
62 stars 76 forks source link

[ENG-1393] Fix Sentry events due to `raven-python` -> `sentry-sdk` #395

Closed cslzchen closed 4 years ago

cslzchen commented 4 years ago

Ticket

https://openscience.atlassian.net/browse/ENG-1393

Purpose

Ticket ENG-481 with PR #387 introduced a slight side-effect when raven-python was replaced by sentry-sdk. Logging messages at error level and above are now sent to Sentry as events by default. We’d love to change this back to it’s original behavior: only exceptions are sent.

Changes

Side effects

N / A

QA Notes

N / A

Dev QA

Monitor COS Sentry on staging3 (OATHPIT) after merge

Deployment Notes

N / A