mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 13:38:20 +00:00
feat: setup posthog
This commit is contained in:
@@ -17,6 +17,11 @@ interface Window {
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_API_URL: string;
|
||||
readonly VITE_BASE_API_URL: string;
|
||||
readonly VITE_TOKEN_REFRESH_INTERVAL_MINUTES?: string;
|
||||
/** PostHog project token. Absent = observability disabled (see lib/posthog.ts). */
|
||||
readonly VITE_POSTHOG_KEY?: string;
|
||||
/** Self-hosted PostHog instance URL. */
|
||||
readonly VITE_POSTHOG_HOST?: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user