diff --git a/src/mainWindow.js b/src/mainWindow.js index 6270d76..b432a61 100644 --- a/src/mainWindow.js +++ b/src/mainWindow.js @@ -2,7 +2,7 @@ if ('' === 'true') { // Disable sentry try { window.__SENTRY__.hub.getClient().getOptions().enabled = false; - Object.keys(console).forEach(x => console[x] = console[x].__sentry_original__ ?? console[x]); + // Object.keys(console).forEach(x => console[x] = console[x].__sentry_original__ ?? console[x]); } catch { } }