mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-24 03:31:05 +00:00
feat(observability): sentry
This commit is contained in:
committed by
Alexandre Teles (afterSt0rm)
parent
cf45b08d5b
commit
99e645c5f5
@@ -8,8 +8,8 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
aiohttp = {version = "^3.8.6", extras = ["speedups"]}
|
||||
sanic = {version = "^23.6.0", extras = ["ext"]}
|
||||
aiohttp = { version = "^3.8.6", extras = ["speedups"] }
|
||||
sanic = { version = "^23.6.0", extras = ["ext"] }
|
||||
ujson = "^5.8.0"
|
||||
asyncstdlib = "^3.10.9"
|
||||
pydantic = "^1.10.13"
|
||||
@@ -34,7 +34,7 @@ bson = "^0.5.10"
|
||||
fastpbkdf2 = "^0.2"
|
||||
cryptography = "^41.0.5"
|
||||
sanic-limiter = { git = "https://github.com/Omegastick/sanic-limiter" }
|
||||
sentry-sdk = {extras = ["sanic"], version = "^1.35.0"}
|
||||
sentry-sdk = { extras = ["sanic"], version = "^1.35.0" }
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
|
||||
Reference in New Issue
Block a user