| implementation.js |
Telemetry Experiment API
Exposes whether Thunderbird telemetry is enabled to the WebExtension so the
add-on can gate Sentry and PostHog on it. Telemetry is considered enabled
only when BOTH of Thunderbird's data-reporting prefs are on:
- datareporting.policy.dataSubmissionEnabled (master switch)
- datareporting.healthreport.uploadEnabled (upload opt-in)
Reads fail closed: if either pref cannot be read, telemetry is treated as
disabled (opted out).
|
3256 |
- |