Open
Bug 2003897
Opened 16 hours ago
Updated 22 minutes ago
Add telemetry events for save, delete and update actions
Categories
(Firefox for Android :: Autofill, defect)
Tracking
()
ASSIGNED
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | unaffected |
| firefox146 | --- | unaffected |
| firefox147 | --- | affected |
People
(Reporter: segun, Assigned: segun)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxdroid] [group1])
Attachments
(2 files)
During the migration to compose, we forgot to migrate the telemetry events as well, so we would like to add the metrics for add, modified, and deleted actions
Updated•16 hours ago
|
| Assignee | ||
Updated•16 hours ago
|
Keywords: regression
Regressed by: 1998200
| Assignee | ||
Updated•16 hours ago
|
Summary: Add telemetry events for save, delete and update cards → Add telemetry events for save, delete and update actions
| Assignee | ||
Comment 1•16 hours ago
|
||
This patch introduces Glean telemetry for user interactions within the credit card editor.
Metrics are now recorded for the following actions:
CreditCards.saved: When a new credit card is successfully saved.CreditCards.modified: When an existing credit card is updated.CreditCards.deleted: When a credit card is deleted.
Comment 2•16 hours ago
|
||
Set release status flags based on info from the regressing bug 1998200
status-firefox145:
--- → unaffected
status-firefox146:
--- → unaffected
status-firefox147:
--- → affected
Pushed by sfamisa@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c75b32977802
https://hg.mozilla.org/integration/autoland/rev/0a6ca6342af8
Add telemetry for credit card editor actions r=android-reviewers,fmasalha
You need to log in
before you can comment on or make changes to this bug.
Description
•