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 906c385Copy full SHA for 906c385
src/app/_providers/posthog-provider.tsx
@@ -11,8 +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",
15
- ui_host: env.NEXT_PUBLIC_POSTHOG_HOST,
+ api_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",
18
});
0 commit comments