aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-11-01 13:03:15 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-11-01 13:03:15 +0100
commit9c5c3401b67c4196591f17df9d62edc4610844fb (patch)
treef88a77d8fe5775eb4a0b73f5eaa9314154a62e1c /src/index.html
parentMerge branch 'develop' of https://github.com/getferdi/ferdi into develop (diff)
parent#160 Setup Sentry for Electron (diff)
downloadferdium-app-9c5c3401b67c4196591f17df9d62edc4610844fb.tar.gz
ferdium-app-9c5c3401b67c4196591f17df9d62edc4610844fb.tar.zst
ferdium-app-9c5c3401b67c4196591f17df9d62edc4610844fb.zip
Merge branch 'develop' of https://github.com/getferdi/ferdi into develop
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 7f223b662..31e8aa553 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');