Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Remove Event.wrapper for autofill related telemetry #24706

Closed
mcarare opened this issue Apr 11, 2022 · 1 comment
Closed

Remove Event.wrapper for autofill related telemetry #24706

mcarare opened this issue Apr 11, 2022 · 1 comment
Assignees
Labels
eng:qa:verified QA Verified Feature:Autofill Address and Credit Card autofill Feature:Telemetry

Comments

@mcarare
Copy link
Contributor

mcarare commented Apr 11, 2022

Breakout from #21292.

┆Issue is synchronized with this Jira Task

@mcarare mcarare added Feature:Telemetry Feature:Autofill Address and Credit Card autofill labels Apr 11, 2022
@github-actions github-actions bot added the needs:triage Issue needs triage label Apr 11, 2022
@kbrosnan kbrosnan removed the needs:triage Issue needs triage label Apr 11, 2022
@Alexandru2909 Alexandru2909 self-assigned this Apr 12, 2022
Alexandru2909 pushed a commit to Alexandru2909/fenix that referenced this issue Apr 12, 2022
Alexandru2909 pushed a commit to Alexandru2909/fenix that referenced this issue Apr 13, 2022
@Alexandru2909 Alexandru2909 added the eng:qa:needed QA Needed label Apr 13, 2022
@LaurentiuApahideanSV
Copy link

LaurentiuApahideanSV commented Apr 19, 2022

I tested the issue on Firefox Nightly 2022-04-19 by using it as an autofill application for other apps and observing the results.

When Fenix is successfully unlocked through the device security option.
{
"timestamp": 4361,
"category": "android_autofill",
"name": "unlock_successful"
}

When unlocking Fenix using the device security option is canceled.
{
"timestamp": 22,
"category": "android_autofill",
"name": "unlock_cancelled"
}

When the search option is used
{
"timestamp": 15615,
"category": "android_autofill",
"name": "search_displayed"
},

When a credential from the search list is selected
{
"timestamp": 12999,
"category": "android_autofill",
"name": "search_item_selected"
}

When the yes option is selected from the "Verification failed" warning message
{
"timestamp": 5121,
"category": "android_autofill",
"name": "confirm_successful"
}

When the no option is selected from the "Verification failed" warning message
{
"timestamp": 9434,
"category": "android_autofill",
"name": "confirm_cancelled"
}

When logins are successfully found
{
"timestamp": 0,
"category": "android_autofill",
"name": "request_matching_logins"
},

When suitable logins are not found
{
"timestamp": 6795,
"category": "android_autofill",
"name": "request_no_matching_logins"
},
Glean Dashboard

Device used:

  • OnePlus 6T (Android 9)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
eng:qa:verified QA Verified Feature:Autofill Address and Credit Card autofill Feature:Telemetry
Projects
None yet
Development

No branches or pull requests

4 participants