server: add sentry to server (#93)

Closes #91
This commit is contained in:
2023-08-02 11:28:18 +02:00
committed by GitHub
parent a3870efc40
commit 4d4292e1b5
4 changed files with 66 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ pydantic-settings = "^2.0.2"
structlog = "^23.1.0"
uvicorn = {extras = ["standard"], version = "^0.23.1"}
fastapi = "^0.100.1"
sentry-sdk = {extras = ["fastapi"], version = "^1.29.2"}
[tool.poetry.group.dev.dependencies]