From 5c4e110f2366d53568e2b4e4d954029de72574d5 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 3 Jul 2025 20:12:35 +0200 Subject: [PATCH] [mirotalksfu] - comment --- app/src/Server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Server.js b/app/src/Server.js index c79539ac..fd946c07 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -191,7 +191,7 @@ if (sentryEnabled && typeof sentryDSN === 'string' && sentryDSN.trim()) { const originalError = console.error; console.warn = function (...args) { - Sentry.captureMessage(args.join(' '), 'warning'); + //Sentry.captureMessage(args.join(' '), 'warning'); originalWarn.apply(console, args); };