Properly migrate to Sentry from Raven

This commit is contained in:
2021-02-05 17:16:18 +00:00
parent a1edf80dd0
commit ccda38918c
9 changed files with 19 additions and 42 deletions

View File

@@ -57,7 +57,6 @@ pytz = "==2020.5"
pytest-django = "==4.1.0"
pytest-xdist = "==2.2.0"
pytest-cov = "==2.11.1"
raven = "==6.10.0"
reportlab = "==3.5.59"
requests = "==2.25.1"
retrying = "==1.3.3"
@@ -83,6 +82,7 @@ zipp = "==3.4.0"
"zope.interface" = "==5.2.0"
"zope.proxy" = "==4.3.5"
"zope.schema" = "==6.0.1"
sentry-sdk = "*"
[dev-packages]
pycodestyle = "*"