Skip to content

Commit f01284d

Browse files
committed
Bug 1876445 - Remove early-event instrumentation r=perry.mcmanis
Differential Revision: https://phabricator.services.mozilla.com/D199739
1 parent a228c16 commit f01284d

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

browser/components/BrowserContentHandler.sys.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,13 +1112,6 @@ nsDefaultCommandLineHandler.prototype = {
11121112
var urilist = [];
11131113
var principalList = [];
11141114

1115-
if (cmdLine && cmdLine.state == Ci.nsICommandLine.STATE_INITIAL_LAUNCH) {
1116-
// Since the purpose of this is to record early in startup,
1117-
// only record on launches, not already-running invocations.
1118-
Services.telemetry.setEventRecordingEnabled("telemetry", true);
1119-
Glean.fogValidation.validateEarlyEvent.record();
1120-
}
1121-
11221115
if (AppConstants.platform == "win") {
11231116
// Windows itself does disk I/O when the notification service is
11241117
// initialized, so make sure that is lazy.

toolkit/components/glean/metrics.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -168,17 +168,3 @@ fog.ipc:
168168
- chutten@mozilla.com
169169
- glean-team@mozilla.com
170170
expires: never
171-
172-
fog.validation:
173-
validate_early_event:
174-
type: event
175-
description: |
176-
An event sent very early to validate that FOG is able to process it.
177-
bugs: ["https://bugzilla.mozilla.org/show_bug.cgi?id=1837230"]
178-
data_reviews:
179-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1837230
180-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1850878
181-
data_sensitivity: ["interaction"]
182-
notification_emails: ["chutten@mozilla.com"]
183-
expires: 125
184-
telemetry_mirror: Telemetry_EarlyEvent_Startup

toolkit/components/telemetry/Events.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,16 +1591,6 @@ messaging_experiments:
15911591
- ujet@mozilla.com
15921592
expiry_version: never
15931593

1594-
telemetry:
1595-
early_event:
1596-
objects: ["startup"]
1597-
bug_numbers: [1837230, 1850873]
1598-
notification_emails: ["chutten@mozilla.com"]
1599-
products: ["firefox"]
1600-
record_in_processes: ["main"]
1601-
description: This is a mirrored-to verification event.
1602-
expiry_version: "125"
1603-
16041594
# This category contains event entries used for Telemetry tests.
16051595
# They will not be sent out with any pings.
16061596
telemetry.test:

0 commit comments

Comments
 (0)