Remove all use of now-removed Glean events API
Categories
(Firefox for Android :: Experimentation and Telemetry, defect, P3)
Tracking
()
People
(Reporter: cpeterson, Unassigned, Mentored)
Details
From github: https://github.com/mozilla-mobile/fenix/issues/28588.
Ref #19967, #28587
This API is still references here: https://github.com/mozilla-mobile/fenix/blob/3e7d0bf8fbfbcb88eb447d63cf4b74beb14d88af/app/src/main/java/org/mozilla/fenix/components/metrics/GleanMetricsService.kt
Further down the
EventWrapperis set tonullunconditionally, and references intrack.That one is then used here:
https://github.com/mozilla-mobile/fenix/blob/3e7d0bf8fbfbcb88eb447d63cf4b74beb14d88af/app/src/main/java/org/mozilla/fenix/components/metrics/MetricsMiddleware.kt#L29-L30
and I think here: https://github.com/mozilla-mobile/fenix//blob/main/app/src/main/java/org/mozilla/fenix/components/metrics/MetricController.kt#L395and I don't understand how that all still works together.
But I think this basically doesn't track any events anymore because of theevent.wrapper = nullmentioned above.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•2 years ago
|
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Removing this is a good-first-bug as part of our #mobile-community-outreach audits of bugs. We couldn't figure out what is the precise ask and what needs to be done.
Description
•