Closed
Bug 1826453
Opened 2 years ago
Closed 2 years ago
[Tabs tray to Compose] Refactor the tab page indicator click metrics
Categories
(Firefox for Android :: Tabs, task, P3)
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: 007, Assigned: 007)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
Currently, the metrics for reporting tab page clicks lives in TabLayoutObserver.onTabSelected, which is an artifact for specifically handling tabs in an XML TabLayout. These metrics should instead be refactored to a middleware as a side effect from TabsTrayAction.PageSelected fired in TabsTrayController.handleTrayScrollingToPosition OR directly into TabsTrayController.handleTrayScrollingToPosition, pending how much effort it is to stand up a brand new middleware just for telemetry.
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [fxdroid]
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → nbond
Status: NEW → ASSIGNED
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/MozillaNoah
https://github.com/mozilla-mobile/firefox-android/commit/bcc4d900196c207c1f5b20bc2f027a626273317c
[main] Bug 1826453 - Refactor tab page button click metrics
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
| Assignee | ||
Updated•2 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•