From e50fc858c1585c98e73d66a05ab158c9a4e0ed13 Mon Sep 17 00:00:00 2001 From: Patrick Erichsen Date: Thu, 19 Mar 2026 15:15:26 -0700 Subject: [PATCH 1/5] chore: remove all PostHog and Sentry telemetry collection Strip all PostHog and Sentry telemetry from the codebase so the product works without phoning home. OpenTelemetry (CLI, user-configured) is kept. - Delete core telemetry files (posthog.ts, SentryLogger, TeamAnalytics, TokensBatchingService) - Remove all capture/report calls from 80+ caller files across core, GUI, VSCode, CLI, IntelliJ - Remove posthog-node, posthog-js, @sentry/* dependencies from all package.json files - Remove PostHog/Sentry plugins and build scripts - Create IdeInfoService.ts and uniqueId.ts for non-telemetry request headers - Remove PostHog API key from docs config - Remove posthog from analytics provider config schema Co-Authored-By: Claude Opus 4.6 (1M context) --- .idea/gradle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 324ac997a1b..f374d41136c 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@