[mirotalksfu] - comment

هذا الالتزام موجود في:
Miroslav Pejic
2025-07-03 20:12:35 +02:00
الأصل c94bf62611
التزام 5c4e110f23

عرض الملف

@@ -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);
};