Bug 1396077: Ping Centre should be on by default for all release channels. draft
authorMarina Samuel <msamuel@mozilla.com>
Fri, 01 Sep 2017 15:43:49 -0400
changeset 657687 7298ecafadd543d35594aaa98feef70a31af020e
parent 657648 d1292636950a4ac1bb818cf05b113e3fcd6babe1
child 729494 4578115f69fc87022b8cc93855d521941816acc4
push id77595
push userbmo:msamuel@mozilla.com
push dateFri, 01 Sep 2017 20:28:26 +0000
bugs1396077
milestone57.0a1
Bug 1396077: Ping Centre should be on by default for all release channels. MozReview-Commit-ID: FfafkPodSFS
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1510,21 +1510,17 @@ pref("toolkit.telemetry.bhrPing.enabled"
 // Telemetry experiments settings.
 pref("experiments.enabled", true);
 pref("experiments.manifest.fetchIntervalSeconds", 86400);
 pref("experiments.manifest.uri", "https://telemetry-experiment.cdn.mozilla.net/manifest/v1/firefox/%VERSION%/%CHANNEL%");
 // Whether experiments are supported by the current application profile.
 pref("experiments.supported", true);
 
 // Ping Centre Telemetry settings.
-#ifdef NIGHTLY_BUILD
 pref("browser.ping-centre.telemetry", true);
-#else
-pref("browser.ping-centre.telemetry", false);
-#endif
 pref("browser.ping-centre.log", false);
 pref("browser.ping-centre.staging.endpoint", "https://onyx_tiles.stage.mozaws.net/v3/links/ping-centre");
 pref("browser.ping-centre.production.endpoint", "https://tiles.services.mozilla.com/v3/links/ping-centre");
 
 // Enable GMP support in the addon manager.
 pref("media.gmp-provider.enabled", true);
 
 #ifdef NIGHTLY_BUILD