feat(Logging): Add Sentry SDK to report errors at the backend

This commit is contained in:
Georg Krause 2022-08-06 20:36:39 +00:00
commit 88c7866270
5 changed files with 212 additions and 156 deletions

View file

@ -58,6 +58,7 @@ uvicorn = {version = "==0.18.2", extras = ["standard"]}
django-cache-memoize = "0.1.10"
requests-http-message-signatures = "==0.3.1"
drf-spectacular = "==0.23.1"
sentry-sdk = "==1.8.0"
[tool.poetry.dev-dependencies]
flake8 = "==3.9.2"