[toolbar redesign] verify that no telemetry is lost after redesign
Categories
(Fenix :: Toolbar, task, P3)
Tracking
(Not tracked)
People
(Reporter: mavduevskiy, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid])
We want to make sure that no telemetry is missing after the redesign. The new design didn't introduce a lot of new events, but mostly reusing already existing ones. For example, navigation bar elements (back/forth/home/tabs/menu) exist in the current design as well, and we should make sure that the same events are triggered when user interacts with the nav bar as it was prior to the redesign.
Comment 1•8 months ago
|
||
Pleas also make sure that home, back, forward, search, voice and QR telemetry have source information so we know where users are coming from.
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Comment 2•8 months ago
|
||
In case of toolbar redesign, we will now be sending two telemetry related to QR/Voice. Once above where you added
if (activateQrReader) {
Events.searchBarTapped.record(Events.SearchBarTappedExtra("HOME_QR"))
} else if (activateVoiceSearch) {
Events.searchBarTapped.record(Events.SearchBarTappedExtra("HOME_VOICE"))
}
And once in these functions of launchQr() and launchVoiceSearch() where we have
Events.browserToolbarQrScanTapped.record(NoExtras())
VoiceSearch.tapped.record(NoExtras())
We should update these.
Comment 3•8 months ago
|
||
One thing missing is we need to add telemetry for the new two buttons, share and reload.
Reporter | ||
Updated•8 months ago
|
Updated•7 months ago
|
Comment 4•7 months ago
|
||
Setting toolbar redesign's Release blockers to priority P3 until we finish fixing our Beta experiment blockers.
Updated•6 months ago
|
Description
•