Skip to content

Commit 450ca8e

Browse files
authored
Update head.html
1 parent 2ac8977 commit 450ca8e

File tree

1 file changed

+21
-0
lines changed
  • themes/hugo-theme-cactus-plus/layouts/partials

1 file changed

+21
-0
lines changed

themes/hugo-theme-cactus-plus/layouts/partials/head.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
<html {{ with .Site.LanguageCode }} lang="{{ . }}" {{ end }}>
33

44
<head>
5+
6+
<script>
7+
(function(n,i,v,r,s,c,x,z){x=window.AwsRumClient={q:[],n:n,i:i,v:v,r:r,c:c};window[n]=function(c,p){x.q.push({c:c,p:p});};z=document.createElement('script');z.async=true;z.src=s;document.head.insertBefore(z,document.head.getElementsByTagName('script')[0]);})(
8+
'cwr',
9+
'5972ae55-a56a-4b63-aabe-fd62d848fbec',
10+
'1.0.0',
11+
'eu-west-3',
12+
'https://client.rum.us-east-1.amazonaws.com/1.19.0/cwr.js',
13+
{
14+
sessionSampleRate: 1 ,
15+
identityPoolId: "eu-west-3:8c9377ea-26cc-46e3-8270-abb9492a1288" ,
16+
endpoint: "https://dataplane.rum.eu-west-3.amazonaws.com" ,
17+
telemetries: ["performance","errors","http"] ,
18+
allowCookies: true ,
19+
enableXRay: false ,
20+
signing: true // If you have a public resource policy and wish to send unsigned requests please set this to false
21+
}
22+
);
23+
</script>
24+
25+
526
<!-- Google tag (gtag.js) -->
627
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W2371LM47S"></script>
728
<script>

0 commit comments

Comments
 (0)