feat(privacy): compile out all telemetry - #1
Open
danspark wants to merge 2 commits into
Open
Conversation
Thread transfer impact
This comment will update automatically after the next completed run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
Why
This fork needs a strict T3 Code distribution that does not collect product analytics, export traces or metrics, persist local traces, sample host/process resources, or provision observability infrastructure. Keeping upstream call sites and contracts intact while replacing the centralized adapters with no-op layers minimizes recurring conflicts when rebasing onto upstream
main.Functional traffic is unchanged: provider CLIs, authentication, updates, relay connections, and push notifications still contact the services the user explicitly uses. Those flows are not T3 Code telemetry.
Checklist
Stack
This is not a stacked PR. It contains a two-commit downstream patch series: implementation first, invariant tests second.
Verification
vp run --filter t3 --filter @t3tools/shared typecheckvp run --filter @t3tools/desktop --filter @t3tools/web --filter @t3tools/mobile typecheckvp run --filter t3code-relay typecheckNo visual UI or interaction changes were made, so screenshots and video are not applicable.
Generated with GPT-5 in the Codex harness. Local verification used Node 24.12.0 and pnpm 11.10.0; the repository declares Node
^24.13.1.