commit 98c1baae7ea63f0491decdbb5b39246406359219
parent 94f7a4236622c19fd0af2ad1a61d46a5b2f7af50
Author: Tim Huang <tihuang@mozilla.com>
Date: Fri, 9 Jan 2026 15:25:17 +0000
Bug 2005386 - Remove the legacy telemetry event 'aboutprivatebrowsing.click#click'. r=emz,toolkit-telemetry-reviewers,chutten
Differential Revision: https://phabricator.services.mozilla.com/D278489
Diffstat:
2 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/browser/components/privatebrowsing/metrics.yaml b/browser/components/privatebrowsing/metrics.yaml
@@ -84,7 +84,6 @@ aboutprivatebrowsing:
expires: 160
no_lint:
- COMMON_PREFIX
- telemetry_mirror: Aboutprivatebrowsing_Click_InfoLink
click_promo_link:
type: event
@@ -99,7 +98,6 @@ aboutprivatebrowsing:
expires: 160
no_lint:
- COMMON_PREFIX
- telemetry_mirror: Aboutprivatebrowsing_Click_PromoLink
click_dismiss_button:
type: event
@@ -114,4 +112,3 @@ aboutprivatebrowsing:
expires: 160
no_lint:
- COMMON_PREFIX
- telemetry_mirror: Aboutprivatebrowsing_Click_DismissButton
diff --git a/toolkit/components/telemetry/Events.yaml b/toolkit/components/telemetry/Events.yaml
@@ -117,21 +117,6 @@ activity_stream:
page: about:home or about_newtab - the page where the event occurred
user_prefs: An integer representaing a user's A-S settings.
-aboutprivatebrowsing:
- click:
- objects: ["info_link", "promo_link", "dismiss_button"]
- release_channel_collection: opt-out
- record_in_processes: ["content"]
- description: >
- This is recorded when a user clicks a link on the private browsing newtab.
- bug_numbers: [1709344, 1754635, 1781973, 1811146, 1841925, 1871197, 1922596, 1952111, 1984459]
- notification_emails:
- - "emz@mozilla.com"
- - "tihuang@mozilla.com"
- expiry_version: "149"
- products:
- - "firefox"
-
readermode:
view:
objects: ["on", "off"]