Fixed OpenRelay script

This commit is contained in:
Jose Selesan
2026-06-09 14:18:34 -03:00
parent 226ac46c2b
commit 5a754059d8

View File

@@ -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>