()
| 32 | * Equivalent to the old `process.env.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC` check. |
| 33 | */ |
| 34 | export function isEssentialTrafficOnly(): boolean { |
| 35 | return getPrivacyLevel() === 'essential-traffic' |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * True when telemetry/analytics should be suppressed. |
no test coverage detected