Claude Code SettingTelemetry3 installs

Custom Telemetry

Custom telemetry configuration with different endpoint.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --setting="telemetry/custom-telemetry" --yes

Requires Claude Code. The command adds this setting to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this setting

Component source

{

"description": "Custom telemetry configuration with different endpoint.",

"env": {

"CLAUDE_CODE_ENABLE_TELEMETRY": "0",

"OTEL_METRICS_EXPORTER": "custom"

}

}

Type
Setting
Category
Telemetry
Installs
3
Source
GitHub ↗

Related Claude Code Settings

SettingTelemetry

Disable Telemetry

Disable Claude Code telemetry for privacy.

112 installsView →
SettingTelemetry

Langsmith Tracing

Configure LangSmith tracing environment variables for Claude Code observability. Sends conversation traces to LangSmith for monitoring and analysis. Requires: LangSmith account and API key from https://smith.langchain.com/settings/apikeys. After installation, replace YOUR_API_KEY_HERE with your actual API key (starts with lsv2_pt_). Set TRACE_TO_LANGSMITH to false to disable tracing.

23 installsView →
SettingTelemetry

Enable Telemetry

Enable Claude Code telemetry for usage analytics and improvements.

21 installsView →
SettingStatusline

Context Monitor

Real-time Claude Code context usage monitor with visual progress bars, color-coded alerts, session analytics (cost, duration, lines changed), and auto-compact warnings. Tracks conversation context consumption and provides visual feedback to prevent session interruptions.

1.6k installsView →
SettingEnvironment

Performance Optimization

Optimize Claude Code performance by adjusting token limits and disabling non-essential features. Reduces API costs and improves response times for development workflows focused on code quality over conversational features.

710 installsView →
SettingEnvironment

Development Utils

Enhanced development environment configuration with useful utilities and debugging features. Includes built-in ripgrep usage, terminal title updates, and directory maintenance for improved developer experience.

406 installsView →

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.