Decouple Normandy recipe runner from Telemetry
Categories
(Firefox :: Normandy Client, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: rehandalal+mozilla, Assigned: rehandalal+mozilla)
References
Details
Attachments
(1 file)
In the checkPrefs
method in RecipeRunner.jsm we currently check whether Telemetry is enabled or not and accordingly decide whether the recipe runner should be run at all. As part of the move to using Normandy for hotfixes we want to loosen this coupling.
The existing study actions will already respect the Shield enabled pref which is automatically disabled when users opt out of Telemetry. So no changes should be required there.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Upon further investigation it seems that this is not true:
The existing study actions will already respect the Shield enabled pref which is automatically disabled when users opt out of Telemetry. So no changes should be required there.
We will need to modify the existing actions or change the layout of about:preferences
.
Assignee | ||
Updated•5 years ago
|
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e14ea350022
Disable telemetry check in Normandy recipe runner r=mythmon,nalexander
Comment 4•5 years ago
|
||
bugherder |
Description
•