Closed
Bug 1919146
Opened 1 year ago
Closed 1 year ago
Check that all Glean.* calls made in Firefox desktop's JavaScript code are free of typos
Categories
(Toolkit :: Telemetry, task)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Because it's easy to make a typo (eg. incorrect case on one character) in Glean.categoryName.metricName.method() and not notice if the code is not covered by automated tests, I think we should have an automated test that statically checks all such JS calls against the content of the actual Glean object.
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb5ba7567224
Check that all Glean.* calls made in Firefox desktop's JavaScript code are free of typos, r=chutten.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•