Disable sentry for SQL queries
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user