Подготовка к релизу

This commit is contained in:
2025-10-30 18:28:26 +03:00
parent 69c0162c6b
commit 4981db90a0
191 changed files with 45557 additions and 3651 deletions
+5 -1
View File
@@ -34,5 +34,9 @@ LOG_CONFIG = {
"level": "INFO",
"file": "bot.log",
"max_size": 10*1024*1024, # 10 MB
"backup_count": 5
"backup_count": 5,
"format": "json", # JSON format for structured logging
"sentry_dsn": "YOUR_SENTRY_DSN_HERE", # Sentry DSN for error tracking
"enable_sentry": False, # Enable Sentry integration
"prometheus_port": 8000 # Port for Prometheus metrics
}