-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add #9278 [v97]: Telemetry for tab toolbar navigation buttons
- Loading branch information
1 parent
dd5e01c
commit 033f780
Showing
5 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1633,6 +1633,54 @@ tabs: | |
notification_emails: | ||
- [email protected] | ||
expires: "2022-07-01" | ||
navigate_tab_history_back: | ||
type: counter | ||
description: | | ||
This counts the number of times a user taps the back | ||
button on a tab's toolbar. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/9278 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/9785 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-07-01" | ||
navigate_tab_back_swipe: | ||
type: counter | ||
description: | | ||
This counts the number of times a user navigates back in tab | ||
history by swiping from the left edge of the device to the right. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/9278 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/9785 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-07-01" | ||
navigate_tab_history_forward: | ||
type: counter | ||
description: | | ||
This counts the number of times a user taps the forward | ||
button on a tab's toolbar. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/9278 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/9785 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-07-01" | ||
reload_from_url_bar: | ||
type: counter | ||
description: | | ||
This counts the number of times a user taps the reload | ||
button in the URL bar. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/9278 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/9785 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-07-01" | ||
|
||
# Theme metrics | ||
theme: | ||
|