PostHog Analytics
PostHog is not wired into the current repo analytics package.
This repository does not currently ship a PostHog analytics provider.
Current State
- No PostHog analytics package is present under
packages/ @kit/analyticscurrently uses thenullprovider only- The examples that assume a built-in PostHog analytics package do not match the checked-in code
If You Want PostHog
Add it as a custom provider:
- Create a PostHog-backed implementation of
AnalyticsService - Register it in
packages/analytics/src/index.ts - Add a server-side provider in
packages/analytics/src/server.tsif you need server events
See Custom Analytics Provider for the extension workflow.