зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1546988 - Enable recording additional event telemetry on user interaction with permission prompts in Nightly. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D29797 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
6430c24e0a
Коммит
4fce19c76a
|
@ -419,9 +419,12 @@ pref("permissions.desktop-notification.postPrompt.enabled", false);
|
|||
|
||||
pref("permissions.postPrompt.animate", true);
|
||||
|
||||
// This is meant to be enabled only for studies, not for
|
||||
// permanent data collection on any channel.
|
||||
// This is primarily meant to be enabled for studies.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("permissions.eventTelemetry.enabled", true);
|
||||
#else
|
||||
pref("permissions.eventTelemetry.enabled", false);
|
||||
#endif
|
||||
|
||||
// handle links targeting new windows
|
||||
// 1=current window/tab, 2=new window, 3=new tab in most recent window
|
||||
|
|
Загрузка…
Ссылка в новой задаче