feat(sentry): Добавил интеграцию Sentry для логирования и профилирования
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m47s

This commit is contained in:
2026-03-08 03:34:21 +03:00
parent f08d6af4c7
commit 9fd446fe04
3 changed files with 14 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ services:
# - TOKEN=${TOKEN}
- AUTH_URL=${AUTH_URL}
- AUTH_API_KEY=${AUTH_API_KEY}
- Sentry:Dsn=${SENTRY_DSN:-}
volumes:
- data:/app/data
restart: always