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#20507 - Inactive tabs telemetry
Two new events are added: - "inactive_tabs_expanded" for when the inactive tabs section is expanded - "inactive_tabs_collapsed" for when the inactive tabs section is collapsed For tracking when an inactive tab is opened / closed I've repurposed the existing tabs tray telemetry (since the functionality uses the same code) - tabs_tray.opened_existing_tab - tabs_tray.closed_existing_tab to support an extra "source" key indicating the feature from which a tab was opened or closed. The current values for this new key are: - "Tabs tray" for when a tab was opened/closed from tabs tray - "Inactive tabs" for when a tab was openes/closed from the Inactive tabs section of the tabs tray.
- Loading branch information
1 parent
f0ce0a9
commit 748f654
Showing
21 changed files
with
265 additions
and
56 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 |
---|---|---|
|
@@ -2625,35 +2625,45 @@ tabs_tray: | |
opened_existing_tab: | ||
type: event | ||
description: | | ||
A user opened an existing tab | ||
A user opened an existing tab from a particular app feature. | ||
extra_keys: | ||
source: | ||
description: | | ||
From which app feature was an existing tab opened. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/11273 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/12036 | ||
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 | ||
- https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 | ||
- https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 | ||
- https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-02-01" | ||
expires: "2022-08-01" | ||
closed_existing_tab: | ||
type: event | ||
description: | | ||
A user closed an existing tab | ||
A user closed an existing tab from a particular app feature. | ||
extra_keys: | ||
source: | ||
description: | | ||
From which app feature was an existing tab closed. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/11273 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/12036 | ||
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 | ||
- https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 | ||
- https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 | ||
- https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-02-01" | ||
expires: "2022-08-01" | ||
private_mode_tapped: | ||
type: event | ||
description: | | ||
|
@@ -2811,6 +2821,34 @@ tabs_tray: | |
notification_emails: | ||
- [email protected] | ||
expires: "2022-08-01" | ||
inactive_tabs_expanded: | ||
type: event | ||
description: | | ||
A user tapped the "Inactive tabs" header to expand | ||
the group of inactive tabs. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/20507 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-08-01" | ||
inactive_tabs_collapsed: | ||
type: event | ||
description: | | ||
A user tapped the "Inactive tabs" header to collapse | ||
the group of inactive tabs. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/20507 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-08-01" | ||
|
||
collections: | ||
renamed: | ||
|
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
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
Oops, something went wrong.