Merge pull request 'Integrate Sentry error reporting' (#92) from sentry into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m0s
Tests / test (push) Successful in 23s
Build and Deploy Staging / deploy (push) Successful in 11s

Reviewed-on: #92
This commit is contained in:
Tobias Kunze 2025-06-04 08:35:39 +00:00
commit f38db4541d
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",
]