chore(cli): add PostHog project API key for telemetry

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
James
2026-03-25 23:02:48 +00:00
co-authored by Claude Opus 4.6
parent 6e530bc2dd
commit c6e124392d
+1 -1
View File
@@ -5,7 +5,7 @@ import { isDevMode } from "../utils/env.js";
// This is a public project API key — safe to embed in client-side code.
// It only allows writing events, not reading data.
const POSTHOG_API_KEY = "__POSTHOG_API_KEY__";
const POSTHOG_API_KEY = "phc_zjjbX0PnWxERXrMHhkEJWj9A9BhGVLRReICgsfTMmpx";
const POSTHOG_HOST = "https://us.i.posthog.com";
const FLUSH_TIMEOUT_MS = 5_000;