From 89c9863eff04be8ab3e495c75e3a38f2176035e8 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Thu, 28 Apr 2022 14:48:57 +0000 Subject: [PATCH] Bug 1763528 - Extend probe expiry for browser.searchinit.engine_invalid_webextension. r=mcheang Differential Revision: https://phabricator.services.mozilla.com/D144026 --- toolkit/components/telemetry/Scalars.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/toolkit/components/telemetry/Scalars.yaml b/toolkit/components/telemetry/Scalars.yaml index 8a9a8a486766..b43a5c3291cc 100644 --- a/toolkit/components/telemetry/Scalars.yaml +++ b/toolkit/components/telemetry/Scalars.yaml @@ -5728,13 +5728,14 @@ browser.searchinit: - 1665938 - 1691050 - 1725501 + - 1763528 description: > Records the WebExtension ID of a search engine where the WebExtension is not installed (= 1), disabled (= 2), search engine no longer specified (= 4), a different name (= 5), where the submission URL is different between the search engine and the WebExtension (= 6). The value '3' has been replaced by '6' to distinguish newer entries. - expires: "102" + expires: "110" keyed: true kind: uint notification_emails: @@ -8427,4 +8428,4 @@ opaque.response.blocking: # NOTE: Please don't add new definitions below this point. Consider adding # them earlier in the file and leave the telemetry.test category as the last -# one for readability. \ No newline at end of file +# one for readability.