Add Sentry for error tracking in production

This commit is contained in:
Joakim Hellsén 2026-03-16 19:53:12 +01:00
commit 94e7962e09
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
2 changed files with 12 additions and 0 deletions

View file

@ -20,6 +20,7 @@ dependencies = [
"pydantic",
"pygments",
"python-dotenv",
"sentry-sdk",
"setproctitle",
"tqdm",
]