The PostHog SDK is fully integrated across all 10 pages on main (client loader, server-side capture, 10 custom events — see PRD §8.4). However, the integration is dormant because no env vars are set — the PostHog dashboard is stuck in "Waiting for events."
Blocker
I'm an admin on the PostHog project but cannot view or create the Project API key (phc_xxxxx...).
What's needed
- PostHog → Project Settings → copy the Project API key (starts with
phc_)
- Confirm the Host URL (
https://us.i.posthog.com unless self-hosted)
- Share both via Signal or drop in the team vault
Once received, I will
- Set
PUBLIC_POSTHOG_PROJECT_TOKEN + POSTHOG_PROJECT_TOKEN + host vars in .env (local) and Cloudflare build env (prod)
- Restart dev server, verify events fire in DevTools
- Confirm the PostHog dashboard clears "Waiting for events"
Impact
Every pageview, CTA click, and form submission is being silently dropped until this is resolved. Blocks the analytics rollout and paid social attribution (UTM tracking depends on PostHog).
Context
The PostHog SDK is fully integrated across all 10 pages on
main(client loader, server-side capture, 10 custom events — see PRD §8.4). However, the integration is dormant because no env vars are set — the PostHog dashboard is stuck in "Waiting for events."Blocker
I'm an admin on the PostHog project but cannot view or create the Project API key (
phc_xxxxx...).What's needed
phc_)https://us.i.posthog.comunless self-hosted)Once received, I will
PUBLIC_POSTHOG_PROJECT_TOKEN+POSTHOG_PROJECT_TOKEN+ host vars in.env(local) and Cloudflare build env (prod)Impact
Every pageview, CTA click, and form submission is being silently dropped until this is resolved. Blocks the analytics rollout and paid social attribution (UTM tracking depends on PostHog).
Context
main(commitfe3a27a)PUBLIC_POSTHOG_PROJECT_TOKEN,PUBLIC_POSTHOG_HOST,POSTHOG_PROJECT_TOKEN,POSTHOG_HOST