summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-28 13:23:34 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-28 13:41:29 +0100
commit284d4f76fee9f593cb67f3f2978ad4f49ef03c13 (patch)
tree405f5d50f0536dd85c1694434adc453a301cc196 /app/views/layouts
parentca6cc6014eed02b2e74bc8ffe65d3c1cc2e511b4 (diff)
downloadgitlab-ce-284d4f76fee9f593cb67f3f2978ad4f49ef03c13.tar.gz
Attempted adding separate clientside_sentry settings
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 8aef5cbdc04..1579afa6461 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -33,7 +33,7 @@
= webpack_bundle_tag "runtime"
= webpack_bundle_tag "common"
= webpack_bundle_tag "main"
- = webpack_bundle_tag "raven" if sentry_enabled?
+ = webpack_bundle_tag "raven" if clientside_sentry_enabled?
- if content_for?(:page_specific_javascripts)
= yield :page_specific_javascripts