Bug 1428796 - Make devtools entry point telemetry never expire. r=digitarald,francois draft
authorAlexandre Poirot <poirot.alex@gmail.com>
Mon, 08 Jan 2018 08:06:39 -0800
changeset 717311 cf3b759370c23ffdad6a8e2f9fd90abb0cdd5826
parent 717028 739484451a6399c7f156a0d960335606aa6c1221
child 745205 c6de1e4df5062cdc4db46cbd71de58012b1c0e99
push id94621
push userbmo:poirot.alex@gmail.com
push dateMon, 08 Jan 2018 16:07:39 +0000
reviewersdigitarald, francois
bugs1428796
milestone59.0a1
Bug 1428796 - Make devtools entry point telemetry never expire. r=digitarald,francois MozReview-Commit-ID: 9SUYvq7doWw
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -9438,17 +9438,17 @@
     "n_values": 4,
     "bug_numbers": [1400757],
     "description": "Records the type of timeout that happened while attempting to init the encoder. Audio = 0, Video = 1. Recorded immediately following a timeout"
   },
   "DEVTOOLS_ENTRY_POINT": {
     "record_in_processes": ["main"],
     "bug_numbers": [1378863],
     "alert_emails": ["dev-developer-tools@lists.mozilla.org", "apoirot@mozilla.com"],
-    "expires_in_version": "60",
+    "expires_in_version": "never",
     "kind": "categorical",
     "labels": ["KeyShortcut", "SystemMenu", "HamburgerMenu", "ContextMenu", "CommandLine"],
     "releaseChannelCollection": "opt-out",
     "description": "Records how the user is triggering Developer Tools startup."
   },
   "DEVTOOLS_TOOLBOX_OPENED_COUNT": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["dev-developer-tools@lists.mozilla.org"],