diff --git a/app/metrics.yaml b/app/metrics.yaml index 1b50bb804..19d5be050 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -852,6 +852,28 @@ sync_account: notification_emails: - fenix-core@mozilla.com expires: "2020-03-01" + send_tab: + type: event + description: > + A user sent the current tab to another FxA device + bugs: + - 4908 + data_reviews: + - https://github.com/mozilla-mobile/fenix/pull/5106 + notification_emails: + - fenix-core@mozilla.com + expires: "2020-03-01" + sign_in_to_send_tab: + type: event + description: > + A user pressed the "sign in to send tab" button inside the share tab menu + bugs: + - 4908 + data_reviews: + - https://github.com/mozilla-mobile/fenix/pull/5106 + notification_emails: + - fenix-core@mozilla.com + expires: "2020-03-01" history: opened: diff --git a/docs/metrics.md b/docs/metrics.md index e9d08d73b..6b3466549 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -708,6 +708,22 @@ tracking_protection 2020-03-01 + + send_tab + event + A user sent the current tab to another FxA device + link + + 2020-03-01 + + + sign_in_to_send_tab + event + A user pressed the "sign in to send tab" button inside the share tab menu + link + + 2020-03-01 +