mozilla-mobile/firefox-ios

#27318 - [Telemetry Audit] Move credit_card probes to the autofill.credit_cards.yaml file

クローズ

#27,318 opened on 2025/06/13

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Swift (3,203 件のフォーク)batch import
Contributor OKDo not staleGood first issue

Repository metrics

Stars
 (12,950 個のスター)
PR merge metrics
 (平均マージ 3d 2h) (30d で 221 merged PRs)

説明

The Task

This task is to move credit cards telemetry out of the monolithic metrics.yaml file and into the autofill.credit_cards.yaml file with an Autofill tag and a CreditCards tag.

You can look up these probes in the Glean dictionary as well: https://dictionary.telemetry.mozilla.org/apps/firefox_ios

Probes to Move

  • credit_card.autofill_enabled
  • credit_card.autofill_failed
  • credit_card.autofill_prompt_dismissed
  • credit_card.autofill_prompt_expanded
  • credit_card.autofill_prompt_shown
  • credit_card.autofill_settings_tapped
  • credit_card.autofill_toggle
  • credit_card.autofilled
  • credit_card.deleted
  • credit_card.form_detected
  • credit_card.management_add_tapped
  • credit_card.management_card_tapped
  • credit_card.modified
  • credit_card.save_prompt_create
  • credit_card.save_prompt_shown
  • credit_card.save_prompt_update
  • credit_card.saved
  • credit_card.saved_all
  • credit_card.sync_enabled
  • credit_card.sync_toggle

Note: The Autofill and CreditCards tags will be automatically applied at the top of the autofill.credit_cards.yaml file. So if these tags are added in the metadata section of any probe, you can remove them.

Example

You can see an example of this type of work in the following PR: https://github.com/mozilla-mobile/firefox-ios/pull/27083

:information_source: Reference Person

@ih-codes

┆Issue is synchronized with this Jira Task

コントリビューターガイド