Bug 1608308 - Enable Corroborate.jsm telemetry on release. r=rhelmer

And bump the expiration versions on the scalars.

Differential Revision: https://phabricator.services.mozilla.com/D59650

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Cameron McCormack 2020-02-06 00:22:30 +00:00
Родитель e864599f16
Коммит 860a94fba5
2 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -1904,11 +1904,7 @@ pref("identity.fxaccounts.service.sendLoginUrl", "https://send.firefox.com/login
pref("identity.fxaccounts.service.monitorLoginUrl", "https://monitor.firefox.com/");
// Check bundled omni JARs for corruption.
#ifdef RELEASE_OR_BETA
pref("corroborator.enabled", false);
#else
pref("corroborator.enabled", true);
#endif
pref("corroborator.enabled", true);
// Toolbox preferences
pref("devtools.toolbox.footer.height", 250);

Просмотреть файл

@ -5593,7 +5593,7 @@ corroborate:
- 1515712
description: >-
Whether the omni jar (omni.ja) was found to be missing or corrupt when checked during startup.
expires: "71"
expires: "80"
kind: boolean
notification_emails:
- rhelmer@mozilla.com
@ -5627,7 +5627,7 @@ corroborate:
- 1515712
description: >-
Whether any system add-on (XPI files) were found to be missing or corrupt when checked during startup.
expires: "71"
expires: "80"
kind: boolean
notification_emails:
- rhelmer@mozilla.com