feat(Logging): Add Sentry SDK to report errors at the backend
This commit is contained in:
parent
cb525e8f8a
commit
88c7866270
5 changed files with 212 additions and 156 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue