summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
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`),