Open Bug 1888012 Opened 8 months ago Updated 6 months ago

[toolbar redesign] verify that no telemetry is lost after redesign

Categories

(Fenix :: Toolbar, task, P3)

All
Android
task

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.

Pleas also make sure that home, back, forward, search, voice and QR telemetry have source information so we know where users are coming from.

Whiteboard: [fxdroid]
Severity: -- → N/A

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.

One thing missing is we need to add telemetry for the new two buttons, share and reload.

Blocks: 1889860
No longer blocks: 1889860
Blocks: android-toolbar-redesign
No longer blocks: 1859856

Setting toolbar redesign's Release blockers to priority P3 until we finish fixing our Beta experiment blockers.

Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.