aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-15 15:24:57 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-12-15 17:26:16 +0530
commitea99b8ffb149a273fa6e0aee268c6388fe6925e7 (patch)
treef3fc334d25c71d71fe44cc57e5bb4034d0b5f589
parent6.2.3-nightly.7 [skip ci] (diff)
downloadferdium-app-ea99b8ffb149a273fa6e0aee268c6388fe6925e7.tar.gz
ferdium-app-ea99b8ffb149a273fa6e0aee268c6388fe6925e7.tar.zst
ferdium-app-ea99b8ffb149a273fa6e0aee268c6388fe6925e7.zip
Deleted the 'sentry' line in index.html - which mysteriously fixes #840
-rw-r--r--src/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index 67dfac1b7..e934d7445 100644
--- a/src/index.html
+++ b/src/index.html
@@ -26,8 +26,6 @@
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 <!-- TODO: Commenting out sentry to fix https://github.com/ferdium/ferdium-app/issues/814
30 require('./sentry'); -->
31 const { isDevMode } = require('./environment-remote'); 29 const { isDevMode } = require('./environment-remote');
32 if (isDevMode) { 30 if (isDevMode) {
33 // Here we must access `debug` directly (instead of through `preload-safe-debug`), 31 // Here we must access `debug` directly (instead of through `preload-safe-debug`),