forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1647346 - Instrument telemetry for closing tabs in the debugger r…
…=loganfsmyth,tdsmith Differential Revision: https://phabricator.services.mozilla.com/D83160
- Loading branch information
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1138,6 +1138,19 @@ devtools.main: | |
extra_keys: | ||
width: Toolbox width rounded up to the nearest 50px. | ||
session_id: The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. | ||
close_source_tab: | ||
objects: ["debugger"] | ||
bug_numbers: [1647346] | ||
notification_emails: ["[email protected]", "[email protected]", "[email protected]"] | ||
products: | ||
- "firefox" | ||
record_in_processes: ["main"] | ||
description: The method by which users close source tabs within the debugger | ||
release_channel_collection: opt-out | ||
expiry_version: "82" | ||
extra_keys: | ||
reason: The method that the tab was closed ("click" or "shortcut") | ||
num_tabs: The number of open tabs at the time the tab was closed | ||
connection_attempt: | ||
objects: ["aboutdebugging"] | ||
bug_numbers: [1549970] | ||
|