mozilla-mobile/firefox-ios
[Glean] Migrate TermsOfUseTelemetry to use the GleanWrapper instead
Geschlossen
#29.805 geöffnet am 03.10.2025
Contributor OKGood first issue
Repository-Metriken
- Stars
- (12.950 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 3T 2h) (221 gemergte PRs in 30 T)
Beschreibung
:rocket: Context
TermsOfUseTelemetry is recording telemetry events with the concrete Glean implementation. We don't want this anymore. More on telemetry tests here.
:memo: Description
- Use the
GleanWrapperinsideTermsOfUseTelemetryand replace calls to eachGleanMetrics.with the corresponding API. TermsOfUseTelemetryTestsshould be adjusted so we pass aMockGleanWrapperand assert accordingly.
:information_source: Reference Person
lmarceau
┆Issue is synchronized with this Jira Task