forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1656344 - Add a telemetry scalar on number of credit card forms s…
…ections detected/submitted in a session. r=abr Differential Revision: https://phabricator.services.mozilla.com/D85471
- Loading branch information
Zibi Braniecki
committed
Aug 4, 2020
1 parent
83f3629
commit 36e7f48
Showing
4 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3706,6 +3706,39 @@ formautofill.creditCards: | |
- 'firefox' | ||
record_in_processes: | ||
- 'main' | ||
detected_sections_count: | ||
bug_numbers: | ||
- 1656344 | ||
description: > | ||
Count at detection time number of credit card form sections. | ||
A single form can contain more than one credit card form section. | ||
expires: never | ||
kind: uint | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
release_channel_collection: opt-out | ||
products: | ||
- 'firefox' | ||
record_in_processes: | ||
- 'content' | ||
submitted_sections_count: | ||
bug_numbers: | ||
- 1656344 | ||
description: > | ||
Count at submission time number of credit card form sections submitted. | ||
expires: never | ||
kind: uint | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
release_channel_collection: opt-out | ||
products: | ||
- 'firefox' | ||
record_in_processes: | ||
- 'content' | ||
|
||
# The following section contains scalars for Screenshots. | ||
screenshots: | ||
|