Closed
Bug 1934068
Opened 10 months ago
Closed 10 months ago
Update document not to use JSM-based API in telemetry
Categories
(Toolkit :: Telemetry, task, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
const { UptakeTelemetry } = ChromeUtils.import("resource://services-common/uptake-telemetry.js", {});
It should use ChromeUtils.importESModule
Assignee | ||
Comment 1•10 months ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/9dadaa955ddb
Update telemetry document to use ESM-based API. r=chutten
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•