firefox-ios
firefox-ios copied to clipboard
#27318 - [Telemetry Audit] Move credit_card probes to the autofill.credit_cards.yaml file
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
┆Issue is synchronized with this Jira Task