From f0468f8099244095351753e897bc77e772a6609d Mon Sep 17 00:00:00 2001 From: Severin Rudie Date: Mon, 11 Nov 2019 18:01:22 -0800 Subject: [PATCH] For #4281: fixed metrics.yaml for QAB removal (#6555) --- app/metrics.yaml | 4 +++- docs/metrics.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index 324a27b11..55b943f6b 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -81,12 +81,14 @@ events: description: > A string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, - Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit + Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit, + Reader Mode On, Reader Mode Off, Open In App bugs: - https://github.com/mozilla-mobile/fenix/issue/1024 data_reviews: - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708 - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996 + - https://github.com/mozilla-mobile/fenix/pull/6310 notification_emails: - fenix-core@mozilla.com expires: "2020-03-01" diff --git a/docs/metrics.md b/docs/metrics.md index 4991b653d..341688615 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -74,7 +74,7 @@ The following metrics are added to the ping: | custom_tab.menu |[event](https://mozilla.github.io/glean/book/user/metrics/event.html) |A user opened the custom tabs menu |[1](https://github.com/mozilla-mobile/fenix/pull/1697)||2020-03-01 | | error_page.visited_error |[event](https://mozilla.github.io/glean/book/user/metrics/event.html) |A user encountered an error page |[1](https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486)||2020-03-01 | | events.app_opened |[event](https://mozilla.github.io/glean/book/user/metrics/event.html) |A user opened the app |[1](https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673)||2020-03-01 | -| events.browser_menu_action |[event](https://mozilla.github.io/glean/book/user/metrics/event.html) |A browser menu item was tapped |[1](https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708), [2](https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996)||2020-03-01 | +| events.browser_menu_action |[event](https://mozilla.github.io/glean/book/user/metrics/event.html) |A browser menu item was tapped |[1](https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708), [2](https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996), [3](https://github.com/mozilla-mobile/fenix/pull/6310)||2020-03-01 | | events.entered_url |[event](https://mozilla.github.io/glean/book/user/metrics/event.html) |A user entered a url |[1](https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673)||2020-03-01 | | events.opened_link |[event](https://mozilla.github.io/glean/book/user/metrics/event.html) |A user opened a link with Fenix |[1](https://github.com/mozilla-mobile/fenix/pull/5975)||2020-03-01 | | events.performed_search |[event](https://mozilla.github.io/glean/book/user/metrics/event.html) |A user performed a search |[1](https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673), [2](https://github.com/mozilla-mobile/fenix/pull/1677)||2020-03-01 |