Fixed OpenRelay script
This commit is contained in:
@@ -22,8 +22,7 @@ posthog.init('{{ site.posthogKey }}', {
|
|||||||
})
|
})
|
||||||
posthog.capture('$pageview');
|
posthog.capture('$pageview');
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<!-- OpenReplay Tracking Code -->
|
||||||
<!-- OpenReplay Tracking Code for my first project -->
|
|
||||||
<script>
|
<script>
|
||||||
var initOpts = {
|
var initOpts = {
|
||||||
projectKey: "5o5HLGZhn4TlGBbOFkVu",
|
projectKey: "5o5HLGZhn4TlGBbOFkVu",
|
||||||
@@ -48,7 +47,7 @@ posthog.capture('$pageview');
|
|||||||
r.getSessionToken=function(){};
|
r.getSessionToken=function(){};
|
||||||
})("//static.openreplay.com/latest/openreplay.js",1,0,initOpts,startOpts);
|
})("//static.openreplay.com/latest/openreplay.js",1,0,initOpts,startOpts);
|
||||||
</script>
|
</script>
|
||||||
</script>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user