Integrate Sentry for error tracking and performance monitoring

This commit is contained in:
2025-02-10 04:56:55 +01:00
parent e7b1041f9e
commit cd649f37e8
3 changed files with 11 additions and 1 deletions

View File

@ -16,6 +16,7 @@ dependencies = [
"python-dotenv",
"python-multipart",
"reader",
"sentry-sdk[fastapi]",
"uvicorn",
]
@ -41,6 +42,7 @@ platformdirs = "*"
python-dotenv = "*"
python-multipart = "*"
reader = "*"
sentry-sdk = {version = "*", extras = ["fastapi"]}
uvicorn = "*"
[tool.poetry.group.dev.dependencies]