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