Closed
Bug 1463081
Opened 7 years ago
Closed 7 years ago
Instrument inspection of "Edit Rule" in Rule View with event telemetry
Categories
(DevTools :: General, enhancement, P2)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
Firefox 62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: miker, Assigned: miker)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
Events.yaml:
devtools.main:
edit_rule:
objects: ["ruleview"],
bug_numbers: [1463081]
notification_emails: ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"]
record_in_processes: ["main"]
description: User is editing a CSS rule by clicking on or next to a rule.
release_channel_collection: opt-out
expiry_version: never
Usage:
this.telemetry.recordEvent("devtools.main", "edit_rule", "ruleview");
| Assignee | ||
Updated•7 years ago
|
Attachment #8979197 -
Flags: review?(andrei.br92)
| Assignee | ||
Updated•7 years ago
|
Attachment #8979197 -
Flags: review?(andrei.br92) → review?(francois)
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
| Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
Comment on attachment 8979197 [details]
data-review.txt
1) Is there or will there be **documentation** that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes, Events.yaml.
2) Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, telemetry setting.
3) If the request is for permanent data collection, is there someone who will monitor the data over time?**
Yes, Harald Kirschner.
4) Using the **[category system of data types](https://wiki.mozilla.org/Firefox/Data_Collection)** on the Mozilla wiki, what collection type of data do the requested measurements fall under? **
Category 2
5) Is the data collection request for default-on or default-off?
Default on, all channels.
6) Does the instrumentation include the addition of **any *new* identifiers** (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No.
7) Is the data collection covered by the existing Firefox privacy notice?
Yes.
8) Does there need to be a check-in in the future to determine whether to renew the data?
No, permanent.
Attachment #8979197 -
Flags: review?(francois) → review+
Comment 4•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8980260 [details]
Bug 1463081 - Instrument inspection of "Edit Rule" in Rule View with event telemetry
https://reviewboard.mozilla.org/r/246422/#review253520
Looks good!
Attachment #8980260 -
Flags: review?(ystartsev) → review+
Comment 5•7 years ago
|
||
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
hg error in cmd: hg rebase -s b4515cfa30033e12f310467aec49b5840aa8da8f -d d2e3e0b253d2: rebasing 465561:b4515cfa3003 "Bug 1463081 - Instrument inspection of "Edit Rule" in Rule View with event telemetry r=yulia" (tip)
merging devtools/client/inspector/rules/views/rule-editor.js
merging devtools/client/shared/telemetry.js
merging toolkit/components/telemetry/Events.yaml
warning: conflicts while merging devtools/client/inspector/rules/views/rule-editor.js! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
| Comment hidden (mozreview-request) |
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c2139cedcc48
Instrument inspection of "Edit Rule" in Rule View with event telemetry r=yulia
Comment 8•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•