Load sentry async
it increases the chance of the hooks not being installed before an error, but it's pretty slim
This commit is contained in:
parent
2c6a63b954
commit
92810bc12b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
{{ partial "script.html" "js/jquery.js" }}
|
{{ partial "script.html" "js/jquery.js" }}
|
||||||
|
|
||||||
{{ partial "script.html" "js/sentry.js" }}
|
{{ partial "script_async.html" "js/sentry.js" }}
|
||||||
|
|
||||||
{{ if eq .Params.layout "flickr" }}
|
{{ if eq .Params.layout "flickr" }}
|
||||||
{{ partial "script_async.html" "js/lightgallery.js" }}
|
{{ partial "script_async.html" "js/lightgallery.js" }}
|
||||||
|
|
Loading…
Reference in a new issue