CI for Docs: Add extra context to events.browser_menu_action (#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 <wrlach@gmail.com>
upstream-sync
Elise Richards 3 years ago committed by GitHub
parent 6abb2fffa1
commit e2c9d9abb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: |

Loading…
Cancel
Save