mozilla-mobile/firefox-ios

[Glean] Migrate TermsOfUseTelemetry to use the GleanWrapper instead

已關閉

#29,805 建立於 2025年10月3日

 (4 則留言) (0 個反應) (0 位負責人)Swift (3,203 個分叉)batch import
Contributor OKGood first issue

倉庫指標

星標
 (12,950 顆星)
PR 合併指標
 (平均合併 3天 2小時) (30 天內合併 221 個 PR)

描述

: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 GleanWrapper inside TermsOfUseTelemetry and replace calls to each GleanMetrics. with the corresponding API.
  • TermsOfUseTelemetryTests should be adjusted so we pass a MockGleanWrapper and assert accordingly.

:information_source: Reference Person

lmarceau

┆Issue is synchronized with this Jira Task

貢獻者指南