aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 7f223b662..6b67cc248 100644
--- a/src/index.html
+++ b/src/index.html
@@ -14,6 +14,7 @@
14 <script> 14 <script>
15 document.querySelector('body').classList.add(process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform); 15 document.querySelector('body').classList.add(process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform);
16 16
17 require('./sentry')
17 const { isDevMode } = require('./environment'); 18 const { isDevMode } = require('./environment');
18 if (isDevMode) { 19 if (isDevMode) {
19 const debugging = require('debug'); 20 const debugging = require('debug');
@@ -55,5 +56,5 @@
55 })(); 56 })();
56 } 57 }
57 </script> 58 </script>
58</body 59</body>
59</html> 60</html>