Add sentry

This commit is contained in:
2022-04-24 14:32:40 +03:00
parent 44dcde0df8
commit 6f859445c8
7 changed files with 67 additions and 3 deletions

View File

@@ -23,5 +23,7 @@ class EnvConfig(BaseSettings):
REDIS_PORT: int
REDIS_DB: int
SENTRY_SDN: str
env_config = EnvConfig()