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 autoclose setting
- Loading branch information
Showing
6 changed files
with
72 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -265,7 +265,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: | ||
|
@@ -906,6 +906,23 @@ metrics: | |
notification_emails: | ||
- [email protected] | ||
expires: "2020-11-15" | ||
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: | ||
- TBD | ||
data_reviews: | ||
- TBD | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2021-03-01" | ||
search_widget_installed: | ||
type: boolean | ||
lifetime: application | ||
|
@@ -4034,3 +4051,18 @@ master_password: | |
notification_emails: | ||
- [email protected] | ||
expires: "2021-03-01" | ||
|
||
tabs: | ||
setting_opened: | ||
type: event | ||
description: | | ||
The tab settings were opened. | ||
bugs: | ||
- TBD | ||
data_reviews: | ||
- TBD | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2021-03-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