aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 929aec3ad..fea2ec387 100644
--- a/src/index.html
+++ b/src/index.html
@@ -26,7 +26,7 @@
26 ); 26 );
27 27
28 require('./sentry'); 28 require('./sentry');
29 const { isDevMode } = require('./environment'); 29 const { isDevMode } = require('./environment-remote');
30 if (isDevMode) { 30 if (isDevMode) {
31 const debugging = require('debug'); 31 const debugging = require('debug');
32 debugging.enable(process.env.DEBUG); 32 debugging.enable(process.env.DEBUG);