Disable sentry for SQL queries

This commit is contained in:
2025-10-23 14:31:35 +07:00
parent 92c28367cf
commit 4489c57f55

View File

@@ -38,7 +38,7 @@
"SqlMonitoring": { "SqlMonitoring": {
"Enabled": true, "Enabled": true,
"LoggingEnabled": true, "LoggingEnabled": true,
"SentryEnabled": true, "SentryEnabled": false,
"LoopDetectionEnabled": true, "LoopDetectionEnabled": true,
"LogSlowQueriesOnly": false "LogSlowQueriesOnly": false
}, },