feat: add sentry sdk

This commit is contained in:
jo 2023-02-26 23:24:29 +01:00 committed by Kyle Robbertze
parent a60d83311b
commit b7214b5d46
14 changed files with 86 additions and 12 deletions

View file

@ -44,5 +44,8 @@ setup(
"pytest-django>=4.5.2,<4.6",
"requests-mock>=1.10.0,<1.11",
],
"sentry": [
"sentry-sdk[django]>=1.15.0,<1.16",
],
},
)