Closed
Bug 1404238
Opened 8 years ago
Closed 8 years ago
Allow to record userPref in the environment even if they have default values
Categories
(Toolkit :: Telemetry, enhancement, P2)
Toolkit
Telemetry
Tracking
()
RESOLVED
DUPLICATE
of bug 1343943
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | affected |
People
(Reporter: Dexter, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
5.74 KB,
patch
|
Details | Diff | Splinter Review |
Recently a new use case for the reported environment prefs was found: data consumers would need a preference to be reported even if its default value did not change from the default (see bug 1403978 comment 6) while also triggering an environment change.
This is not the first time we heard about this use case. We have a few examples hardcoded already in TelemetryEnvironment.jsm (e.g. bug 1395062).
We should provide a more general solution to this, for example by allowing users to define a new policy in TelemetryEnvironment, e.g. |alwaysRecord|.
| Reporter | ||
Updated•8 years ago
|
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 2•8 years ago
|
||
The new policy was already implemented.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•