Bug 1579522 - Don't trigger a "modules" ping in the first session r=janerik,aklotz

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris H-C 2019-09-20 15:35:55 +00:00
parent 25a210115f
commit af0ae9fd1f

View File

@ -69,7 +69,8 @@ var TelemetryModules = Object.freeze({
Preferences.get(
MODULES_PING_INTERVAL_PREFERENCE,
MODULES_PING_INTERVAL_SECONDS
)
),
true /* skipFirst */
);
},