This commit is contained in:
2023-05-06 22:09:55 +02:00
parent ffb1df9cdb
commit d8fdd610ea
12 changed files with 450 additions and 448 deletions

View File

@@ -2,6 +2,7 @@ import sentry_sdk
from core.config import env_config
sentry_sdk.init(
env_config.SENTRY_DSN,
)