Closed
Bug 1448061
Opened 7 years ago
Closed 7 years ago
Improve accuracy of devtools entry points telemetry
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Firefox 61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: miker, Assigned: miker)
References
Details
Attachments
(1 file)
This patch will add the following labels to DEVTOOLS_ENTRY_POINT:
- DeveloperToolbar
- SessionRestore
It also fixes an issue where launching firefox with the --jsdebugger was not reported as "CommandLine."
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8961461 [details]
Bug 1448061 - Improve accuracy of devtools entry points telemetry
https://reviewboard.mozilla.org/r/230222/#review236060
Looks good to me!
One note about "DeveloperToolbar": it will only count when the toolbar re-opens itself automatically on startup.
If a user starts devtools with the Toolbar shortcut (shift+F2), it will still be logged as a "KeyShortcut".
Attachment #8961461 -
Flags: review?(jdescottes) → review+
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dfc97e92b5e3
Improve accuracy of devtools entry points telemetry r=jdescottes
Comment 4•7 years ago
|
||
We should try getting that uplifted to Beta after validating the data in Nightly.
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•