[fenix] No issue - Properly quote description for ad metric (https://github.com/mozilla-mobile/fenix/pull/19243)

This is pedantic, but strictly something called <provider-name> is considered an HTML tag
unless it's in a code block (backticks). 

See mozilla/glean-dictionaryhttps://github.com/mozilla-mobile/fenix/pull/549 and mozilla/glean-dictionaryhttps://github.com/mozilla-mobile/fenix/pull/497. I'm going to fix this upstream
but figured I might as well file a PR here to fix the underlying issue.
pull/600/head
William Lachance 3 years ago committed by GitHub
parent 7c11a19369
commit 283bae5ff1

@ -3949,7 +3949,7 @@ browser.search:
type: labeled_counter
description: |
Records counts of SERP pages with adverts displayed.
The key format is <provider-name>.
The key format is `<provider-name>`.
send_in_pings:
- metrics
bugs:
@ -3966,7 +3966,7 @@ browser.search:
type: labeled_counter
description: |
Records clicks of adverts on SERP pages.
The key format is <provider-name>.
The key format is `<provider-name>`.
send_in_pings:
- metrics
bugs:

Loading…
Cancel
Save