Loading app/src/main/java/org/mozilla/fenix/components/Analytics.kt +6 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ import mozilla.components.lib.crash.service.GleanCrashReporterService import mozilla.components.lib.crash.service.MozillaSocorroService import mozilla.components.lib.crash.service.SentryService import mozilla.components.service.nimbus.NimbusApi import mozilla.components.service.nimbus.NimbusDisabled import org.mozilla.fenix.BuildConfig import org.mozilla.fenix.Config import org.mozilla.fenix.HomeActivity Loading Loading @@ -102,8 +103,12 @@ class Analytics( } val experiments: NimbusApi by lazyMonitored { if (BuildConfig.DATA_COLLECTION_DISABLED) { NimbusDisabled() } else { createNimbus(context, BuildConfig.NIMBUS_ENDPOINT) } } val features: NimbusFeatures by lazyMonitored { NimbusFeatures(context) Loading Loading
app/src/main/java/org/mozilla/fenix/components/Analytics.kt +6 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ import mozilla.components.lib.crash.service.GleanCrashReporterService import mozilla.components.lib.crash.service.MozillaSocorroService import mozilla.components.lib.crash.service.SentryService import mozilla.components.service.nimbus.NimbusApi import mozilla.components.service.nimbus.NimbusDisabled import org.mozilla.fenix.BuildConfig import org.mozilla.fenix.Config import org.mozilla.fenix.HomeActivity Loading Loading @@ -102,8 +103,12 @@ class Analytics( } val experiments: NimbusApi by lazyMonitored { if (BuildConfig.DATA_COLLECTION_DISABLED) { NimbusDisabled() } else { createNimbus(context, BuildConfig.NIMBUS_ENDPOINT) } } val features: NimbusFeatures by lazyMonitored { NimbusFeatures(context) Loading