summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r--app/assets/javascripts/raven/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/raven/index.js b/app/assets/javascripts/raven/index.js
index f82824c0940..edc2293915f 100644
--- a/app/assets/javascripts/raven/index.js
+++ b/app/assets/javascripts/raven/index.js
@@ -6,9 +6,9 @@ const index = function index() {
currentUserId: gon.current_user_id,
whitelistUrls: [gon.gitlab_url],
isProduction: process.env.NODE_ENV,
- release: process.env.HEAD_COMMIT_SHA,
+ release: gon.revision,
tags: {
- HEAD_COMMIT_SHA: process.env.HEAD_COMMIT_SHA,
+ revision: gon.revision,
},
});