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