refactor(analytics): replace PostHog with OpenPanel (#2480)

This commit is contained in:
RainbowBird
2026-09-09 08:26:18 +00:00
committed by GitHub
parent 5e78b64e35
commit 66f0d45028
68 changed files with 802 additions and 1252 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ interface ImportMetaEnv {
readonly VITE_DISTRIBUTION?: 'direct' | 'steam'
readonly VITE_DISABLE_FLUX_PURCHASE?: string
readonly VITE_DISABLE_CUSTOM_PROVIDERS?: string
readonly VITE_ENABLE_POSTHOG?: string
readonly VITE_POSTHOG_PROJECT_KEY?: string
readonly VITE_ENABLE_ANALYTICS?: string
}
interface ImportMeta {