From 92810bc12bb4ecee30aa8399ab94fe6ea942f6b8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 29 Oct 2019 19:32:38 +0000 Subject: [PATCH] Load sentry async it increases the chance of the hooks not being installed before an error, but it's pretty slim --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 96814bf..c251c73 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -36,7 +36,7 @@ {{ partial "script.html" "js/jquery.js" }} - {{ partial "script.html" "js/sentry.js" }} + {{ partial "script_async.html" "js/sentry.js" }} {{ if eq .Params.layout "flickr" }} {{ partial "script_async.html" "js/lightgallery.js" }}