Bug 1548617 - Keep Telemetry enabled for Fennec Nightly builds after they migrate from mozilla-central. r=chutten

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ryan VanderMeulen 2019-05-02 19:37:32 +00:00
parent 5b44c6f42f
commit f19c988566

View File

@ -3122,7 +3122,7 @@ if test "$MOZ_TELEMETRY_REPORTING"; then
AC_DEFINE(MOZ_TELEMETRY_REPORTING)
# Enable Telemetry by default for nightly and aurora channels
if test -z "$RELEASE_OR_BETA"; then
if test -z "$RELEASE_OR_BETA" || test -n "$FENNEC_NIGHTLY"; then
AC_DEFINE(MOZ_TELEMETRY_ON_BY_DEFAULT)
fi
fi