We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc19156 commit b2f9b66Copy full SHA for b2f9b66
1 file changed
apps/webapp/app/hooks/usePostHog.ts
@@ -19,6 +19,8 @@ export const usePostHog = (apiKey?: string, logging = false, debug = false): voi
19
// Same-origin first-party proxy (see app/routes/ph.$.ts) that forwards to
20
// PostHog Cloud EU server-side.
21
api_host: "/ph",
22
+ // Point the toolbar at the real PostHog UI; without it, it falls back to /ph.
23
+ ui_host: "https://eu.posthog.com",
24
cross_subdomain_cookie: true,
25
opt_in_site_apps: true,
26
debug,
0 commit comments