diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-05 15:55:55 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-05 15:59:03 +0100 |
commit | e5a7ed3ac36aaa1045353e589dae98a29ca72f1e (patch) | |
tree | cbcc99d6d2bff548f739e9e196b0001fed8dc878 /lib | |
parent | 12fbce2eacdfbbc9bca7f7eaca6e5679ee1aaffd (diff) | |
download | gitlab-ce-e5a7ed3ac36aaa1045353e589dae98a29ca72f1e.tar.gz |
Review changesadd-sentry-js-again-with-vue
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/gon_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb index 848b3352c63..26473f99bc3 100644 --- a/lib/gitlab/gon_helper.rb +++ b/lib/gitlab/gon_helper.rb @@ -12,7 +12,6 @@ module Gitlab gon.katex_js_url = ActionController::Base.helpers.asset_path('katex.js') gon.sentry_dsn = current_application_settings.clientside_sentry_dsn if current_application_settings.clientside_sentry_enabled gon.gitlab_url = Gitlab.config.gitlab.url - gon.is_production = Rails.env.production? if current_user gon.current_user_id = current_user.id |