Closed
Bug 1450153
Opened 7 years ago
Closed 7 years ago
Count extension errors separately in browser.errors.collected_count_by_filename
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: osmose, Assigned: osmose)
References
Details
Attachments
(1 file)
We whitelist acceptable file paths when counting errors for the keyed scalar browser.errors.collected_count_by_filename. Paths that don't match the whitelist are counted under the key `FILTERED`.
moz-extension:// URLs are not included in the whitelist, which makes it hard to determine how many errors under the `FILTERED` key are browser errors not caused by extensions. It'd be nice if we added a separate key `MOZEXTENSION` for errors under moz-extension:// paths to let us see the ratio of extension errors vs non-extension errors.
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 8964050 [details]
Bug 1450153: Count extension errors separately in keyed scalar.
:Gijs (he/him) has approved the revision.
https://phabricator.services.mozilla.com/D831
Attachment #8964050 -
Flags: review+
| Assignee | ||
Comment 3•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7cc97700ae40cd73882a0445ac66d59fe1c8af7c
Bug 1450153: Count extension errors separately in keyed scalar. r=Gijs
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
You need to log in
before you can comment on or make changes to this bug.
Description
•