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 a3210b9 commit daa2639Copy full SHA for daa2639
src/app/_providers/posthog-provider.tsx
@@ -11,7 +11,7 @@ import { env } from "~/env";
11
export function PostHogProvider({ children }: { children: React.ReactNode }) {
12
useEffect(() => {
13
posthog.init(env.NEXT_PUBLIC_POSTHOG_KEY, {
14
- api_host: "/relay-BxMI",
+ api_host: "/ingest",
15
ui_host: env.NEXT_PUBLIC_POSTHOG_HOST,
16
person_profiles: "identified_only", // or 'always' to create profiles for anonymous users as well
17
defaults: "2025-05-24",
0 commit comments