commit e22b182d7cba25f380db7dad70877303066af9dc
parent f1826f31a34de833e5e6e03e56324ab72a5ce9a1
Author: Maxx Crawford <mcrawford@mozilla.com>
Date: Tue, 4 Nov 2025 22:40:45 +0000
Bug 1998250 - Remove 144 runtime metrics for Firefox 145 train-hop r=home-newtab-reviewers,mconley
Differential Revision: https://phabricator.services.mozilla.com/D271287
Diffstat:
1 file changed, 0 insertions(+), 34 deletions(-)
diff --git a/browser/extensions/newtab/webext-glue/metrics/runtime-metrics-144.json b/browser/extensions/newtab/webext-glue/metrics/runtime-metrics-144.json
@@ -1,34 +0,0 @@
-{
- "metrics": {
- "newtab": {
- "highlights_enabled": {
- "description": "Whether \"highlights\" is enabled on the newtab. AKA the \"Recent Activity\" section. Corresponds to the value of the `browser.newtabpage.activity-stream.feeds.section.highlights` pref.\n",
- "disabled": false,
- "lifetime": "application",
- "pings": ["newtab"],
- "type": "boolean"
- },
- "weather_detect_location": {
- "description": "Recorded when a user selects 'detect my location' from weather context menu\n",
- "disabled": false,
- "extraArgs": {
- "allowed_extra_keys": ["newtab_visit_id"]
- },
- "lifetime": "ping",
- "pings": ["newtab"],
- "type": "event"
- },
- "weather_opt_in_selection": {
- "description": "Recorded when a user answers the location opt-in prompt\n",
- "disabled": false,
- "extraArgs": {
- "allowed_extra_keys": ["newtab_visit_id", "user_selection"]
- },
- "lifetime": "ping",
- "pings": ["newtab"],
- "type": "event"
- }
- }
- },
- "pings": {}
-}