This commit is contained in:
2025-08-17 14:30:52 -05:00
parent 1179b406b8
commit 447af46fa0
2 changed files with 78 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import { PostHog } from "posthog-node";
export function PostHogClient() {
// Server-Keys verwenden (ohne NEXT_PUBLIC_)
const key = process.env.POSTHOG_API_KEY;
const key = 'phc_1j3wKLzEVz6QGnAZ6jg1njZP8XsAPbNDchwLGvjjc0e'//process.env.POSTHOG_API_KEY;
const host = process.env.POSTHOG_HOST ?? "https://us.i.posthog.com";
if (!key) {