aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-11-03 22:07:18 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-11-03 22:07:18 +0530
commitbf1fc5f87d677a6aa1edea8cd32e03dc63dd97c1 (patch)
treeced23932b80bb53c7cc2473d63e4351654490b1c /src/index.html
parentfix: fix contextMenu not visible (diff)
downloadferdium-app-bf1fc5f87d677a6aa1edea8cd32e03dc63dd97c1.tar.gz
ferdium-app-bf1fc5f87d677a6aa1edea8cd32e03dc63dd97c1.tar.zst
ferdium-app-bf1fc5f87d677a6aa1edea8cd32e03dc63dd97c1.zip
feat: bring sentry back (#736)
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 72b131f04..8a1c19e28 100644
--- a/src/index.html
+++ b/src/index.html
@@ -27,6 +27,7 @@
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
30 require('./sentry');
30 const { isDevMode } = require('./environment-remote'); 31 const { isDevMode } = require('./environment-remote');
31 if (isDevMode) { 32 if (isDevMode) {
32 // 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`),