Bug 1191912 - Part 3 - Enable opt-out Telemetry sampling. r=rvitillo

This commit is contained in:
Georg Fritzsche 2015-08-11 12:17:30 +02:00
parent 5b8349da31
commit 17819773b8

View file

@ -1864,6 +1864,8 @@ pref("browser.translation.engine", "bing");
// Telemetry settings.
// Determines if Telemetry pings can be archived locally.
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.
pref("experiments.enabled", true);