Add monitoring on queries with sentry alert + Fix check position list in db for backtest

This commit is contained in:
2025-10-10 00:15:02 +07:00
parent ffb98fe359
commit e4c2f8b7a5
24 changed files with 3340 additions and 179 deletions

View File

@@ -44,5 +44,12 @@
"BaseUrl": "https://api.kaigen.managing.live",
"DebitEndpoint": "/api/credits/debit",
"RefundEndpoint": "/api/credits/refund"
},
"SqlMonitoring": {
"Enabled": true,
"LoggingEnabled": false,
"SentryEnabled": true,
"LoopDetectionEnabled": true,
"LogErrorsOnly": true
}
}