Closed
Bug 1153252
Opened 10 years ago
Closed 9 years ago
Communicate pref changes for "datareporting.healthreport.service.enabled" and update wiki
Categories
(Toolkit :: Telemetry, defect, P2)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: gfritzsche, Unassigned)
References
Details
(Whiteboard: [40b9] [unifiedTelemetry])
Currently enableTelemetryRecording() depends on the pref:
https://hg.mozilla.org/mozilla-central/annotate/dd32e3ff3717/toolkit/components/telemetry/TelemetryPing.jsm#l715
Reporter | ||
Comment 1•10 years ago
|
||
This means we can't just disable FHR per pref flip, because it would disable all Telemetry recording.
Comment 2•10 years ago
|
||
You mean we need a separate pref to disable telemetry recording?
Reporter | ||
Comment 3•10 years ago
|
||
This should be covered by bug 1148500, leaving this one open for tracking.
We need to communicate this so that enterprise users etc. know that turning off "datareporting.healthreport.service.enabled" will not be sufficient anymore.
Reporter | ||
Comment 4•9 years ago
|
||
Benjamin, do you think that a post to mozilla-enterprise is enough here?
Or do we need something else?
Flags: needinfo?(benjamin)
Comment 5•9 years ago
|
||
That plus searching through MDN for any mentions of the current pref and fixing them.
Flags: needinfo?(benjamin)
Reporter | ||
Updated•9 years ago
|
Whiteboard: [b5] [unifiedTelemetry]
Updated•9 years ago
|
Priority: -- → P2
Updated•9 years ago
|
Whiteboard: [b5] [unifiedTelemetry] → [40b9] [unifiedTelemetry]
Reporter | ||
Comment 6•9 years ago
|
||
Sent out the mail to the enterprise list (https://mail.mozilla.org/listinfo/enterprise).
Alessio, can you follow up on checking the wiki after the current important work?
Flags: needinfo?(alessio.placitelli)
Reporter | ||
Updated•9 years ago
|
Summary: Telemetry recording should not depend on "datareporting.healthreport.service.enabled" → Communicate pref changes for "datareporting.healthreport.service.enabled" and update wiki
Comment 7•9 years ago
|
||
A search engine query (|"datareporting." site:developer.mozilla.org|) and a search on MDN revealed that only the example in this page seems to need an update: https://developer.mozilla.org/en-US/Firefox/Enterprise_deployment
I'll change this one (and propagate the change to the pages in the other languages) and keep looking for other pages.
Flags: needinfo?(alessio.placitelli)
Comment 8•9 years ago
|
||
Georg, would you mind checking if that change is ok?
Flags: needinfo?(gfritzsche)
Reporter | ||
Comment 9•9 years ago
|
||
That looks fine, thanks.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(gfritzsche)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•