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:
Johann Hofmann 2019-05-03 15:21:28 +00:00
Родитель 6430c24e0a
Коммит 4fce19c76a
1 изменённых файлов: 5 добавлений и 2 удалений

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

@ -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