Add sentry

This commit is contained in:
2022-04-01 18:01:52 +03:00
parent 9284f78332
commit c2e7be1c77
4 changed files with 76 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ python = "^3.9"
fastapi = "^0.70.1"
fastapi-pagination = "^0.9.1"
alembic = "^1.7.5"
ormar = {extras = ["postgresql"], version = "^0.10.23"}
ormar = {version = ">=0.11", extras = ["postgresql"]}
uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = "^0.22.0"
aioredis = "^2.0.1"
@@ -18,6 +18,7 @@ prometheus-fastapi-instrumentator = "^5.7.1"
asyncpg = "<0.25"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.5.8"
[tool.poetry.dev-dependencies]