Skip to content

fx: disable T3 Code telemetry by default#13

Merged
f3l1x merged 1 commit into
masterfrom
claude/t3code-fx-varianta-setup-dgydu1
Jul 26, 2026
Merged

fx: disable T3 Code telemetry by default#13
f3l1x merged 1 commit into
masterfrom
claude/t3code-fx-varianta-setup-dgydu1

Conversation

@f3l1x

@f3l1x f3l1x commented Jul 26, 2026

Copy link
Copy Markdown
Member

What

Set ENV T3CODE_TELEMETRY_ENABLED=false in the fx image so T3 Code (t3) telemetry is off by default in workspaces.

Why

T3 Code sends telemetry to PostHog unless opted out. In the t3 source the setting is:

enabled: Config.boolean("T3CODE_TELEMETRY_ENABLED").pipe(Config.withDefault(true))

i.e. telemetry defaults to on and reads exactly this env var. Baking T3CODE_TELEMETRY_ENABLED=false into the image opts every workspace out by default. Users can still re-enable it per workspace by overriding the variable.

Changes

  • fx/Dockerfile: add ENV T3CODE_TELEMETRY_ENABLED=false (fx is the only tag that ships t3).

Generated by Claude Code

T3 Code sends telemetry to PostHog unless T3CODE_TELEMETRY_ENABLED is set
to false (it defaults to true). Set it in the fx image so workspaces opt
out by default.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Eszmn7WakQXem76vE9g7ZL
@f3l1x
f3l1x merged commit 7c97e3a into master Jul 26, 2026
11 checks passed
@f3l1x
f3l1x deleted the claude/t3code-fx-varianta-setup-dgydu1 branch July 26, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants