Closed
Bug 1476235
Opened 7 years ago
Closed 7 years ago
Instrument "Open in Debugger" for custom elements
Categories
(DevTools :: Inspector, enhancement, P2)
DevTools
Inspector
Tracking
(firefox63 verified)
VERIFIED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | verified |
People
(Reporter: jdescottes, Assigned: ladybenko)
References
Details
Attachments
(2 files)
+++ This bug was initially created as a clone of Bug #1443923 +++
We should add telemetry probes to check the usage of this feature.
![]() |
||
Comment 1•7 years ago
|
||
Since we should hook this into event telemetry (vs landing some counter), my recommendation would be to use the "reason" property on the debugger open event.
Reporter | ||
Updated•7 years ago
|
Priority: P3 → P2
![]() |
Assignee | |
Updated•7 years ago
|
Assignee: nobody → balbeza
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 2•7 years ago
|
||
Harald, Tim, do we have the URL of the panel that these probes go to? So we can check that the data is actually being sent. Thanks!
Flags: needinfo?(tdsmith)
Flags: needinfo?(hkirschner)
Comment 3•7 years ago
|
||
Events should be visible immediately in an "Events" tab on about:telemetry (after refreshing), and they're periodically sent off to the usual incoming telemetry endpoint; does that answer your question?
Flags: needinfo?(tdsmith)
Flags: needinfo?(hkirschner)
![]() |
Assignee | |
Comment 4•7 years ago
|
||
![]() |
Assignee | |
Comment 5•7 years ago
|
||
![]() |
Assignee | |
Comment 6•7 years ago
|
||
Hi! Tim, thanks for the heads up with `about:telemetry`, that was exactly what I needed :)
Harald, I've attached a screenshot with the data that gets sent. Is the event OK? I created a new keyword `show_custom_element` and Exit and Enter events are triggered. It works with both clicking on the "custom…" badge, and within the right-click menu. Thanks!
Flags: needinfo?(hkirschner)
![]() |
||
Comment 7•7 years ago
|
||
Looks great, Belén. Thanks for looping me in early in the review!
Flags: needinfo?(hkirschner)
Reporter | ||
Comment 8•7 years ago
|
||
Comment on attachment 8998134 [details]
Bug 1476235 - Add telemetry for opening a custom element definition in the debugger. r=jdescottes
Julian Descottes [:jdescottes][:julian] has approved the revision.
Attachment #8998134 -
Flags: review+
Pushed by balbeza@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0064f1c26b4b
Add telemetry for opening a custom element definition in the debugger. r=jdescottes
![]() |
||
Comment 10•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Reporter | ||
Updated•7 years ago
|
Flags: qe-verify+
Flags: needinfo?(timea.zsoldos)
Comment 11•7 years ago
|
||
I have reproduced this issue using Firefox 63.0a1 (2018.07.17) on Windows 10 x64.
I can confirm this issue is fixed, I verified using Firefox 63.0b5 on Ubuntu 16.04 x64, Windows 10 x64 and Mac OS X 10.13.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
Flags: needinfo?(timea.zsoldos)
You need to log in
before you can comment on or make changes to this bug.
Description
•