From 4489c57f559dd1863774f273e15f2d6161895255 Mon Sep 17 00:00:00 2001 From: cryptooda Date: Thu, 23 Oct 2025 14:31:35 +0700 Subject: [PATCH] Disable sentry for SQL queries --- src/Managing.Api/appsettings.Sandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Managing.Api/appsettings.Sandbox.json b/src/Managing.Api/appsettings.Sandbox.json index bf9d3fc0..eb5d9f34 100644 --- a/src/Managing.Api/appsettings.Sandbox.json +++ b/src/Managing.Api/appsettings.Sandbox.json @@ -38,7 +38,7 @@ "SqlMonitoring": { "Enabled": true, "LoggingEnabled": true, - "SentryEnabled": true, + "SentryEnabled": false, "LoopDetectionEnabled": true, "LogSlowQueriesOnly": false },