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

Remove Event.wrapper for home screen related telemetry #24790

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

Remove Event.wrapper for home screen related telemetry #24790

mcarare opened this issue Apr 14, 2022 · 1 comment

Comments

@mcarare
Copy link
Contributor

mcarare commented Apr 14, 2022

Breakout from #21292.

┆Issue is synchronized with this Jira Task

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

I tested the issue on Firefox Nightly 2022-04-19 by interacting with the home screen and observing the results.
Tapping the Settings button from the 3 dot menu
{
"timestamp": 4936,
"category": "home_menu",
"name": "settings_item_clicked"
}

When the home screen is displayed
{
"timestamp": 0,
"category": "home_screen",
"name": "home_screen_displayed"
},

Tapping the Customize button from the 3 dot menu
{
"timestamp": 14677,
"category": "home_screen",
"name": "customize_home_clicked"
},

When the home screen is accessed
{
"timestamp": 0,
"category": "start_on_home",
"name": "enter_home_screen"
},

When opening the tabs tray
{
"timestamp": 10064,
"category": "start_on_home",
"name": "open_tabs_tray"
},
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

3 participants