This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #15347 - Adds telemetry for tabs settings
- Loading branch information
1 parent
b658745
commit 508ec8b
Showing
6 changed files
with
98 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -279,7 +279,7 @@ events: | |
whats_new_tapped: | ||
type: event | ||
description: | | ||
A user opened the "what's new" page button | ||
A user opened the "what's new" page button | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/5021 | ||
data_reviews: | ||
|
@@ -947,6 +947,40 @@ metrics: | |
notification_emails: | ||
- [email protected] | ||
expires: "2021-08-01" | ||
close_tab_setting: | ||
type: string | ||
lifetime: application | ||
description: | | ||
A string that indicates the setting for tab closing: | ||
MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH | ||
send_in_pings: | ||
- metrics | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2021-08-01" | ||
tab_view_setting: | ||
type: string | ||
lifetime: application | ||
description: | | ||
A string that indicates the setting for tab view: | ||
GRID, LIST | ||
send_in_pings: | ||
- metrics | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2021-08-01" | ||
search_widget_installed: | ||
type: boolean | ||
lifetime: application | ||
|
@@ -4207,3 +4241,18 @@ master_password: | |
notification_emails: | ||
- [email protected] | ||
expires: "2021-03-01" | ||
|
||
tabs: | ||
setting_opened: | ||
type: event | ||
description: | | ||
The tab settings were opened. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2021-08-01" |
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