Skip to content

Commit 7c97e3a

Browse files
claudef3l1x
authored andcommitted
fx: disable T3 Code telemetry by default
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
1 parent 3f797ba commit 7c97e3a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fx/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
1313
ENV XDG_RUNTIME_DIR=/run/user/1000
1414
ENV DOCKER_HOST=unix:///run/user/1000/docker.sock
1515

16+
# T3 Code: opt out of telemetry by default
17+
ENV T3CODE_TELEMETRY_ENABLED=false
18+
1619
USER root
1720

1821
# Helper to bring up the rootless Docker daemon at workspace start

0 commit comments

Comments
 (0)