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

Remove Event.wrapper for Logins telemetry #24638

Closed
Alexandru2909 opened this issue Apr 6, 2022 · 1 comment
Closed

Remove Event.wrapper for Logins telemetry #24638

Alexandru2909 opened this issue Apr 6, 2022 · 1 comment
Assignees

Comments

@Alexandru2909
Copy link
Contributor

Alexandru2909 commented Apr 6, 2022

Breakout from #21292.

┆Issue is synchronized with this Jira Task

@Alexandru2909 Alexandru2909 self-assigned this Apr 6, 2022
@github-actions github-actions bot added the needs:triage Issue needs triage label Apr 6, 2022
@Alexandru2909 Alexandru2909 removed the needs:triage Issue needs triage label Apr 6, 2022
Alexandru2909 pushed a commit to Alexandru2909/fenix that referenced this issue Apr 6, 2022
Alexandru2909 pushed a commit to Alexandru2909/fenix that referenced this issue Apr 8, 2022
@Alexandru2909 Alexandru2909 added the eng:qa:needed QA Needed label Apr 8, 2022
@LaurentiuApahideanSV
Copy link

I tested the issue on Firefox Nightly 2022-04-13 by changing the setting to save logins and observing the events that are sent

Save logins and passwords setting is set to "Ask to save"
{
"timestamp": 51110,
"category": "logins",
"name": "save_logins_setting_changed",
"extra": {
"setting": "NEVER_SAVE"
}
},

Save logins and passwords setting is set to "Never save"
{
"timestamp": 52308,
"category": "logins",
"name": "save_logins_setting_changed",
"extra": {
"setting": "ASK_TO_SAVE"
}
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.
Projects
None yet
Development

No branches or pull requests

2 participants