(summary) enable sentry monitoring

Necessary to monitor how the micro service acts.
Will tweak sentry configurations later on.
This commit is contained in:
lebaudantoine
2024-12-01 22:01:53 +01:00
committed by aleb_the_flash
parent a6b6cb7787
commit e6377ce182
5 changed files with 21 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"minio==7.2.9",
"openai==1.51.2",
"requests==2.32.3",
"sentry-sdk[fastapi, celery]==2.19.0",
]
[project.optional-dependencies]