Continuous undisclosed network calls to datadoghq.com every few seconds
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Description
Claude Code makes continuous network calls to datadoghq.com every few seconds during the entire session, which is completely undisclosed in the official documentation.
## Environment
- Claude Code Version: 2.0.76
- Platform: WSL2 (Linux 6.6.87.2-microsoft-standard-WSL2)
- Network Setup: Running through corporate proxy
## Observed Behavior
Proxy logs show:
- datadoghq.com - Continuous calls every few seconds throughout the entire Claude Code session
- GitHub API - Called on startup
- Both services not mentioned in official documentation
### Example Pattern
[timestamp] datadoghq.com - request
[timestamp+3s] datadoghq.com - request
[timestamp+6s] datadoghq.com - request
[timestamp+9s] datadoghq.com - request
... (continues throughout session)
## Expected Behavior
According to the official documentation, Claude Code only uses:
- Statsig: for telemetry
- Sentry: for error logging
There is no mention of Datadog anywhere in the documentation.
## Critical Privacy Concerns
- Undisclosed continuous monitoring: Persistent background network calls every few seconds
- Unknown data transmission: What is being sent so frequently?
- Potential data leakage: What information is being transmitted in real-time?
- Corporate compliance violation: Continuous external calls to undisclosed services
## Questions
- Why is Claude Code connecting to datadoghq.com every few seconds?
- What data is being transmitted so frequently?
- Why is this completely absent from the documentation?
- Is this monitoring user activity in real-time?
- Is Datadog collecting metrics on user code, commands, or behavior?
- How can users disable this completely?
## Reproduction Steps
- Set up a network proxy/monitor (e.g., corporate proxy, mitmproxy, Wireshark)
- Start Claude Code in any directory
- Observe continuous network calls to datadoghq.com every few seconds
- Calls continue throughout the entire session
## This is a Serious Issue For:
- Enterprise users: Violates corporate data governance policies
- Regulated industries: HIPAA, SOX, PCI-DSS compliance violations
- Privacy-conscious users: Continuous unreported data transmission
- Network security: Unexplained persistent connections trigger security alerts
- Bandwidth-limited environments: Unnecessary continuous network usage
- Air-gapped or restricted networks: Tool completely unusable
## Required Actions
- Immediately disclose what data is being sent to Datadog and why
- Document all third-party services in the official documentation
- Provide configuration option to completely disable these calls
- Add hard kill switch for all network calls except Claude API
- Provide offline mode for users who cannot have continuous external connections
## Legal and Trust Implications
- GDPR: Users in EU must be informed and consent to continuous data collection
- CCPA: California users have right to know what data is collected
- Enterprise contracts: May violate data processing agreements
- User trust: Undisclosed persistent monitoring seriously damages trust
This needs urgent clarification and fix. Users have a right to know what data is leaving their machines continuously.
What Should Happen?
- Immediately disclose what data is being sent to Datadog and why
- Document all third-party services in the official documentation
- Provide configuration option to completely disable these calls
- Add hard kill switch for all network calls except Claude API
- Provide offline mode for users who cannot have continuous external connections
Error Messages/Logs
Steps to Reproduce
- Set up a network proxy/monitor (e.g., corporate proxy, mitmproxy, Wireshark)
- Start Claude Code in any directory
- Observe continuous network calls to datadoghq.com every few seconds
- Calls continue throughout the entire session
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.0.76
Platform
Anthropic API
Operating System
Other Linux
Terminal/Shell
WSL (Windows Subsystem for Linux)
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗