From 9974cd45fce8ee2d49c59b8a6436dcc1808cccb6 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 12 Dec 2023 11:50:56 +0100 Subject: [PATCH] Bug 1864645 - Focus: Do not send legacy ID in other built-in pings This essentially reverts 1216dfff92897e998b15b1c99398e644453dd620 (in parts). The metrics was added to all pings a while back to aid validation. This is now not needed anymore. --- mobile/android/focus-android/app/metrics.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mobile/android/focus-android/app/metrics.yaml b/mobile/android/focus-android/app/metrics.yaml index c43631b8bb4b..307fc8b1fa37 100644 --- a/mobile/android/focus-android/app/metrics.yaml +++ b/mobile/android/focus-android/app/metrics.yaml @@ -240,13 +240,9 @@ legacy_ids: client_id: type: uuid description: | - Sets the legacy client ID as part of the deletion-reqest and other pings. + Sets the legacy client ID as part of the deletion-request ping. send_in_pings: - deletion-request - - metrics - - events - - baseline - - activation bugs: - https://github.com/mozilla-mobile/focus-android/issues/4545 - https://bugzilla.mozilla.org/show_bug.cgi?id=1805256 @@ -258,9 +254,6 @@ legacy_ids: - android-probes@mozilla.com - tlong@mozilla.com expires: never - no_lint: - - BASELINE_PING - - METRIC_ON_EVENTS_LIFETIME browser.search: with_ads: -- 2.11.4.GIT