Add pageview tracking to PostHog analytics integration
This commit is contained in:
@@ -20,6 +20,7 @@ posthog.init('{{ site.posthogKey }}', {
|
||||
capture_performance: true,
|
||||
disable_session_recording: false,
|
||||
})
|
||||
posthog.capture('$pageview');
|
||||
</script>
|
||||
{% endif %}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user