From fe11a4d8351268e33852d63849cc7a089e58ae09 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Sat, 18 Jun 2016 12:29:52 +0100 Subject: [PATCH] include sentry below the fold --- services/web/app/views/layout.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/views/layout.jade b/services/web/app/views/layout.jade index b3d1cf83e3..82b230c976 100644 --- a/services/web/app/views/layout.jade +++ b/services/web/app/views/layout.jade @@ -66,7 +66,6 @@ html(itemscope, itemtype='http://schema.org/Product') block scripts script(src="#{jsPath}libs/jquery-1.11.1.min.js") script(src="#{jsPath}libs/angular-1.3.15.min.js") - include sentry script. window.sharelatex = { siteUrl: '#{settings.siteUrl}', @@ -141,6 +140,7 @@ html(itemscope, itemtype='http://schema.org/Product') ) include contact-us-modal - + include sentry +