- Add optional sentry integration
This commit is contained in:
Sonny 2020-06-28 20:42:09 +02:00
parent 2be35bce53
commit 1993338120
3 changed files with 45 additions and 1 deletions

View file

@ -24,6 +24,7 @@ psycopg2-binary = "^2.8.5"
gunicorn = "^20.0.4"
python-dotenv = "^0.12.0"
django = ">=3.0.7"
sentry-sdk = "^0.15.1"
[tool.poetry.dev-dependencies]
factory-boy = "^2.12.0"