mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
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:
@@ -5,7 +5,7 @@ import { isDevMode } from "../utils/env.js";
|
|||||||
|
|
||||||
// This is a public project API key — safe to embed in client-side code.
|
// This is a public project API key — safe to embed in client-side code.
|
||||||
// It only allows writing events, not reading data.
|
// 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 POSTHOG_HOST = "https://us.i.posthog.com";
|
||||||
const FLUSH_TIMEOUT_MS = 5_000;
|
const FLUSH_TIMEOUT_MS = 5_000;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user