Add Sentry

This commit is contained in:
2023-12-23 23:04:29 +01:00
parent da219a34c0
commit 4e77059c1a
3 changed files with 91 additions and 3 deletions

View File

@ -9,6 +9,7 @@ readme = "README.md"
python = "^3.12"
django = "^5.0"
whitenoise = {extras = ["brotli"], version = "^6.6.0"}
sentry-sdk = {extras = ["django"], version = "^1.39.1"}
[tool.poetry.group.dev.dependencies]