()
| 40 | * True at both `no-telemetry` and `essential-traffic` levels. |
| 41 | */ |
| 42 | export function isTelemetryDisabled(): boolean { |
| 43 | return getPrivacyLevel() !== 'default' |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Returns the env var name responsible for the current essential-traffic restriction, |
no test coverage detected