-
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.
Bugfix FXIOS-10508 ⁃ [Menu] [Telemetry] - Missing sub-menu events (#2…
…3046) * FXIOS-10508 #23040 ⁃ [Menu redesign] [Telemetry] - Missing sub-menu events * Changed data_reviews url * Fixed SwitchToDesktop/SwitchToMobile option event
- Loading branch information
1 parent
cca5743
commit 2a12d3b
Showing
7 changed files
with
127 additions
and
42 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
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 |
---|---|---|
|
@@ -181,6 +181,46 @@ app_menu: | |
notification_emails: | ||
- [email protected] | ||
expires: "2025-06-01" | ||
save_menu_option_selected: | ||
type: event | ||
description: | | ||
Record event when user has tapped on a save sub menu option. | ||
extra_keys: | ||
option: | ||
type: string | ||
description: | | ||
The option type selected on the save sub menu. | ||
is_homepage: | ||
type: boolean | ||
description: | | ||
Indicate if is homepage when select an option. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/23040 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/23046 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2025-06-01" | ||
tools_menu_option_selected: | ||
type: event | ||
description: | | ||
Record event when user has tapped on a tools sub menu option. | ||
extra_keys: | ||
option: | ||
type: string | ||
description: | | ||
The option type selected on the tools sub menu. | ||
is_homepage: | ||
type: boolean | ||
description: | | ||
Indicate if is homepage when select an option. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/23040 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/23046 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2025-06-01" | ||
close_button: | ||
type: event | ||
description: | | ||
|
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