Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-05 17:55:55 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-05 17:59:03 +0300
commite5a7ed3ac36aaa1045353e589dae98a29ca72f1e (patch)
treecbcc99d6d2bff548f739e9e196b0001fed8dc878 /app
parent12fbce2eacdfbbc9bca7f7eaca6e5679ee1aaffd (diff)
Review changes
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/raven/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/raven/index.js b/app/assets/javascripts/raven/index.js
index 3c5656040b9..5325e495815 100644
--- a/app/assets/javascripts/raven/index.js
+++ b/app/assets/javascripts/raven/index.js
@@ -5,7 +5,7 @@ const index = function index() {
sentryDsn: gon.sentry_dsn,
currentUserId: gon.current_user_id,
whitelistUrls: [gon.gitlab_url],
- isProduction: gon.is_production,
+ isProduction: process.env.NODE_ENV,
});
return RavenConfig;