Telemetry
IronBee collects anonymous usage telemetry (via PostHog) to improve the CLI. This is separate from the IronBee Collector pipeline that ships your session data. Turning telemetry off has no effect on your own analytics.TELEMETRY_ENABLE=false into their environment), so one switch covers both sides.
By default these write to the project config. Use -g/--global for all your projects or --local for a gitignored personal override. The underlying key is telemetry.enable.
Telemetry is about the CLI’s own anonymous product analytics. To control how much of your session detail (tool input/output, screenshots, recordings) reaches the Collector, see Privacy mode.
Statusline
Statusline integration is Claude Code only.
enable installs a wrapper that emits session_status events and chains your existing statusline; disable restores it and stops emitting. Same layer flags as telemetry (-g, --local).
If you change your upstream statusline mid-session, re-resolve the chained wrapper for active sessions:
statusLine.* keys in Configuration.
What’s next?
Configuration
The
telemetry.* and statusLine.* keys in full.Privacy Mode
Redact tool detail, screenshots, and recordings from the data the DevTools MCP servers ship to the Collector.