Integrate Sentry for error tracking and performance monitoring
This commit is contained in:
parent
e7b1041f9e
commit
cd649f37e8
3 changed files with 11 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue