Skip to content

Commit 87dc91c

Browse files
committed
Bug 1884504 - Remove test object metric again r=TravisLong
This reverts bug 1883879 Differential Revision: https://phabricator.services.mozilla.com/D204189
1 parent 1ec1431 commit 87dc91c

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

browser/components/BrowserGlue.sys.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2906,10 +2906,6 @@ BrowserGlue.prototype = {
29062906
);
29072907
Services.fog.setMetricsFeatureConfig(JSON.stringify(cfg));
29082908
});
2909-
2910-
if (!AppConstants.RELEASE_OR_BETA) {
2911-
Glean.fogValidation.someObject.set({ name: "fog-init", set: true });
2912-
}
29132909
},
29142910
},
29152911

toolkit/components/glean/metrics.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -168,27 +168,3 @@ fog.ipc:
168168
- chutten@mozilla.com
169169
- glean-team@mozilla.com
170170
expires: never
171-
172-
fog.validation:
173-
some_object:
174-
type: object
175-
send_in_pings:
176-
- metrics
177-
description: |
178-
Static data recorded to verify the new object metric type end-to-end.
179-
bugs:
180-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1883879
181-
data_reviews:
182-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1883879#2
183-
data_sensitivity:
184-
- technical
185-
notification_emails:
186-
- jrediger@mozilla.com
187-
expires: 126
188-
structure:
189-
type: object
190-
properties:
191-
name:
192-
type: string
193-
set:
194-
type: boolean

0 commit comments

Comments
 (0)