aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-12-15 08:40:09 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-12-15 09:04:58 +0530
commitbe7b1b43f51afcebe09971224a5a4a2b62f8313f (patch)
treef478c00029722d6912a1bff6d3e8486f0768045b /src/index.html
parent6.2.3-nightly.6 [skip ci] (diff)
downloadferdium-app-be7b1b43f51afcebe09971224a5a4a2b62f8313f.tar.gz
ferdium-app-be7b1b43f51afcebe09971224a5a4a2b62f8313f.tar.zst
ferdium-app-be7b1b43f51afcebe09971224a5a4a2b62f8313f.zip
Fix #814 temporarily by disabling sentry
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index 8a1c19e28..67dfac1b7 100644
--- a/src/index.html
+++ b/src/index.html
@@ -26,8 +26,8 @@
26 .classList.add( 26 .classList.add(
27 process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform, 27 process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform,
28 ); 28 );
29 29 <!-- TODO: Commenting out sentry to fix https://github.com/ferdium/ferdium-app/issues/814
30 require('./sentry'); 30 require('./sentry'); -->
31 const { isDevMode } = require('./environment-remote'); 31 const { isDevMode } = require('./environment-remote');
32 if (isDevMode) { 32 if (isDevMode) {
33 // Here we must access `debug` directly (instead of through `preload-safe-debug`), 33 // Here we must access `debug` directly (instead of through `preload-safe-debug`),