From 36310141599b3b08564a5993490a1666dbc0aa4c Mon Sep 17 00:00:00 2001 From: Elise Richards Date: Mon, 4 Oct 2021 13:10:49 -0700 Subject: [PATCH] [fenix] CI for Docs: Add extra context to events.browser_menu_action (https://github.com/mozilla-mobile/fenix/pull/21696) * Docs only: Add extra context to `events.browser_menu_action` This came up as a potential point of confusion in a discussion with DS. This is a docs only change. * Update metrics.yaml Co-authored-by: Will Lachance --- app/metrics.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index b5985e84c7..3faa4cae88 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -107,7 +107,9 @@ events: browser_menu_action: type: event description: | - A browser menu item was tapped + A browser menu item was tapped. + The name of the item that the user tapped is stored in extras with the + key `item`. extra_keys: item: description: |