forked from mozilla-mobile/fenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For mozilla-mobile#7525 - Add telemetry for opening a top site in nor…
…mal and private mode and removing a top site
- Loading branch information
1 parent
7526758
commit cadf8a9
Showing
5 changed files
with
57 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 |
---|---|---|
|
@@ -1669,4 +1669,39 @@ search_suggestions: | |
- https://github.com/mozilla-mobile/fenix/pull/6746 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-01" | ||
expires: "2020-03-01" | ||
|
||
top_sites: | ||
open_in_new_tab: | ||
type: event | ||
description: > | ||
A user opens a new tab based on a top site item | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/6757 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/7523 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-01" | ||
open_in_private_tab: | ||
type: event | ||
description: > | ||
A user opens a new private tab based on a top site item | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/6757 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/7523 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-01" | ||
remove: | ||
type: event | ||
description: > | ||
A user removes a top site item | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/6757 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/7523 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-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