integrate sentry error reporting
All checks were successful
Tests / test (push) Successful in 26s

This commit is contained in:
Tobias Brunner 2025-06-04 08:46:20 +02:00
parent bbbe390238
commit 8e12688597
No known key found for this signature in database
4 changed files with 37 additions and 0 deletions

View file

@ -20,6 +20,7 @@ dependencies = [
"pyjwt>=2.10.1",
"requests>=2.32.3",
"rules>=3.5",
"sentry-sdk[django]>=2.29.1",
"urlman>=2.0.2",
]