From 67ab125ac19294b942e190212204636009528de3 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Tue, 31 May 2022 17:02:24 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/25472 - Set `context_id` to "application" lifetime. This change mitigates it being set only once in FenixApplication and then being reset after the first ping is sent. By having "application" lifetime once set in FenixApplication will be available in all future contile pings for that application run. --- app/metrics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index 69c8f71093..6e6fed416f 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -5095,7 +5095,7 @@ top_sites: A UUID that is unjoinable with other browser metrics. This ID will not be shared with AdM, only for internal uses. This ID is shared across all contextual services features. - lifetime: ping + lifetime: application send_in_pings: - topsites-impression bugs: