Bug 1463104 - Instrument inspection of object expansion in the Web Console with event telemetry; r=miker. draft
authorNicolas Chevobbe <nchevobbe@mozilla.com>
Mon, 30 Jul 2018 09:15:24 +0200
changeset 825285 7470f07be10882e731c8a7e95c2d6d28210aeba9
parent 823872 0be4463d29159905dded07f1dbddc5bb7dfaa336
push id118061
push userbmo:nchevobbe@mozilla.com
push dateWed, 01 Aug 2018 09:58:59 +0000
reviewersmiker
bugs1463104
milestone63.0a1
Bug 1463104 - Instrument inspection of object expansion in the Web Console with event telemetry; r=miker. This only adds the event in Events.yaml, the actual work will happen in Github. MozReview-Commit-ID: 4GDMiGxyp4U
toolkit/components/telemetry/Events.yaml
--- a/toolkit/components/telemetry/Events.yaml
+++ b/toolkit/components/telemetry/Events.yaml
@@ -647,9 +647,19 @@ devtools.main:
     objects: ["webconsole"]
     bug_numbers: [1463101]
     notification_emails: ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"]
     record_in_processes: ["main"]
     description: User has clicked "Jump to definition" icon (next to logged functions) in the web console.
     release_channel_collection: opt-out
     expiry_version: never
     extra_keys:
+      session_id: The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123.
+  object_expanded:
+    objects: ["webconsole"]
+    bug_numbers: [1463104]
+    notification_emails: ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"]
+    record_in_processes: ["main"]
+    description: User has expanded an object in the web console.
+    release_channel_collection: opt-out
+    expiry_version: never
+    extra_keys:
       session_id: The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123.
\ No newline at end of file