## What Route PostHog through the managed reverse proxy at `t.whisper.money` to dodge ad blockers and keep analytics first-party. We use the **JS library method** (`posthog-js` in `resources/js/lib/posthog.ts`), so only that init needed changes — no snippet. ## Changes - `api_host` default → `https://t.whisper.money` (proxy domain) - Add `ui_host` (default `https://eu.posthog.com`) so dashboard links resolve back to PostHog correctly - Both stay env-overridable: `VITE_POSTHOG_HOST`, new `VITE_POSTHOG_UI_HOST` - Update `.env.example` ## Test - `posthog.test.ts` passes - format + lint clean (one pre-existing unrelated warning) |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| views | ||