Closed
Bug 1918626
Opened 1 year ago
Closed 1 year ago
Fix the category and event name case in the output of mach gifft
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
Steps to reproduce: % ./mach gifft addonsManager.reportSuspiciousSite
0:04.86 /Users/florian/buildhg/mozilla/toolkit/mozapps/extensions/metrics.yaml:
0:04.86 ```
0:04.86 addonsManager
0:04.86 ...
0:04.86 ```
0:04.86 'addonsManager' is not valid under any of the given schemas
0:04.86 'addonsManager' does not match
0:04.86 '^[a-z_][a-z0-9_]{0,29}(\\.[a-z_][a-z0-9_]{0,29})*$'
0:04.86 'addonsManager' is not one of ['$schema', '$tags']
0:04.86 ==============================================================================
0:04.86 /Users/florian/buildhg/mozilla/toolkit/mozapps/extensions/metrics.yaml:
0:04.86 ```
0:04.86 addonsManager: reportSuspiciousSite_suspiciousSite
0:04.86 ```
0:04.86 'reportSuspiciousSite_suspiciousSite' is not valid under any of the
0:04.86 given schemas
0:04.86 'reportSuspiciousSite_suspiciousSite' does not match
0:04.86 '^[a-z_][a-z0-9_]*$'
| Assignee | ||
Comment 1•1 year ago
|
||
Depends on D222088
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/156543617de5
Fix the category and event name case in the output of mach gifft, r=chutten.
Comment 3•1 year ago
|
||
| bugherder | ||
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
•