aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-12 04:27:29 +0530
committerLibravatar GitHub <noreply@github.com>2022-06-11 22:57:29 +0000
commitd3c7f121e593b0cab5ae6ea1b1c4f0a42008ea06 (patch)
treefe691e6ec9201e7a000821b9f1e345850ab970fb /src/index.html
parentFeature: Add color picker component for accent color setting (#228) (diff)
downloadferdium-app-d3c7f121e593b0cab5ae6ea1b1c4f0a42008ea06.tar.gz
ferdium-app-d3c7f121e593b0cab5ae6ea1b1c4f0a42008ea06.tar.zst
ferdium-app-d3c7f121e593b0cab5ae6ea1b1c4f0a42008ea06.zip
Remove integration with sentry (fixes #233) (#234)
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index d86e36de9..eb42a1e8d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -25,7 +25,6 @@
25 process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform, 25 process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform,
26 ); 26 );
27 27
28 require('./sentry');
29 const { isDevMode } = require('./environment-remote'); 28 const { isDevMode } = require('./environment-remote');
30 if (isDevMode) { 29 if (isDevMode) {
31 // Here we must access `debug` directly (instead of through `preload-safe-debug`), 30 // Here we must access `debug` directly (instead of through `preload-safe-debug`),