This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
[Telemetry] Inverted media usage event type pings from Open tabs section #7000
Labels
🐞 bug
Crashes, Something isn't working, ..
eng:qa:verified
QA Verified
Feature:Media
Feature:Tabs
Feature:Telemetry
P2
Upcoming release
Steps to reproduce
Expected behavior
The "tab" & "media state" category event type pings should be properly correlated
Actual behavior
When pressing pause a "media_play" "tab" category ping is generated and vice versa
Device information
Notes
Discovered while checking #5705
Tap pause from the Open tabs
"events": [
{
"category": "tab",
"name": "media_play",
"timestamp": 0
},
{
"category": "media_state",
"name": "pause",
"timestamp": 135
}
]
Tap play from the Open tabs
"events": [
{
"category": "tab",
"name": "media_pause",
"timestamp": 0
},
{
"category": "media_state",
"name": "play",
"timestamp": 127
}
]
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: