Skip to content

Commit 7ada9bf

Browse files
authored
fix(website): allow anonymous PostHog analytics (#185)
1 parent de7177e commit 7ada9bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/website/instrumentation-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ if (shouldCaptureAnalytics({ token, captureLocal, host: browserHost })) {
1313
api_host: normalizePostHogHost(process.env.NEXT_PUBLIC_POSTHOG_HOST),
1414
defaults: '2026-01-30',
1515
capture_pageview: true,
16+
person_profiles: 'always',
1617
});
1718
}

0 commit comments

Comments
 (0)