Bug 1920562 - Remove JS uses of Services.telemetry.setEventRecordingEnabled r=florian,settings-reviewers,pip-reviewers,credential-management-reviewers,search-reviewers,devtools-reviewers,sync-reviewers,sessionstore-reviewers,omc-reviewers,migration-reviewers,firefox-desktop-core-reviewers ,urlbar-reviewers,sfoster,nchevobbe,valentin,Gijs,dimi,lina,mconley,pdahiya

Differential Revision: https://phabricator.services.mozilla.com/D223833
This commit is contained in:
Chris H-C
2024-10-07 17:29:57 +00:00
parent a1dab7d33b
commit e944bfe7a2
82 changed files with 6 additions and 469 deletions

View File

@@ -936,7 +936,6 @@ var gBrowserInit = {
"resource:///modules/DownloadsMacFinderProgress.sys.mjs"
).DownloadsMacFinderProgress.register();
}
Services.telemetry.setEventRecordingEnabled("downloads", true);
} catch (ex) {
console.error(ex);
}