forked from mirrors/gecko-dev
Bug 1191912 - Part 3 - Enable opt-out Telemetry sampling. r=rvitillo
This commit is contained in:
parent
5b8349da31
commit
17819773b8
1 changed files with 2 additions and 0 deletions
|
|
@ -1864,6 +1864,8 @@ pref("browser.translation.engine", "bing");
|
||||||
// Telemetry settings.
|
// Telemetry settings.
|
||||||
// Determines if Telemetry pings can be archived locally.
|
// Determines if Telemetry pings can be archived locally.
|
||||||
pref("toolkit.telemetry.archive.enabled", true);
|
pref("toolkit.telemetry.archive.enabled", true);
|
||||||
|
// Whether we enable opt-out Telemetry for a sample of the release population.
|
||||||
|
pref("toolkit.telemetry.optoutSample", true);
|
||||||
|
|
||||||
// Telemetry experiments settings.
|
// Telemetry experiments settings.
|
||||||
pref("experiments.enabled", true);
|
pref("experiments.enabled", true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue