Integrate Sentry for error tracking and performance monitoring
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user