We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7177e commit 7ada9bfCopy full SHA for 7ada9bf
1 file changed
apps/website/instrumentation-client.ts
@@ -13,5 +13,6 @@ if (shouldCaptureAnalytics({ token, captureLocal, host: browserHost })) {
13
api_host: normalizePostHogHost(process.env.NEXT_PUBLIC_POSTHOG_HOST),
14
defaults: '2026-01-30',
15
capture_pageview: true,
16
+ person_profiles: 'always',
17
});
18
}
0 commit comments