summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-04-21 07:27:27 -0400
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-04-21 07:27:27 -0400
commitb3f4e8b218c380cc68213d1e59a6d992cd541099 (patch)
tree0f9f187a619fda2568d796cf7962f94c1171a585 /lib
parent7f3a22a7b3e9e10b143e82e2c697fa2531992b5b (diff)
downloadgitlab-ce-b3f4e8b218c380cc68213d1e59a6d992cd541099.tar.gz
Revert "Merge branch 'sentry-js' into 'master' "
This reverts commit 0f309794e78243b1ee16ba6f1451dbb0752956c5, reversing changes made to 1e596fef1c42a1dd925636c48fea01be444dc3ab.
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/gon_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb
index eb27d82f110..5ebaad6ca6e 100644
--- a/lib/gitlab/gon_helper.rb
+++ b/lib/gitlab/gon_helper.rb
@@ -7,7 +7,6 @@ module Gitlab
gon.max_file_size = current_application_settings.max_attachment_size
gon.relative_url_root = Gitlab.config.gitlab.relative_url_root
gon.user_color_scheme = Gitlab::ColorSchemes.for_user(current_user).css_class
- gon.sentry_dsn = ApplicationSetting.current.sentry_dsn if Rails.env.production?
if current_user
gon.current_user_id = current_user.id