Bug 1226616 - Record autoconfig filename via telemetry. r?florian draft
authorMichael Kaply <mozilla@kaply.com>
Tue, 21 Nov 2017 10:11:10 -0600
changeset 701419 0c8bdae28b603ee19e98d8309cf490e21dd2d1af
parent 701250 72ee4800d4156931c89b58bd807af4a3083702bb
child 741151 ff0862a8460652ee5d19576eac4e8e7baa02aca7
push id90145
push usermozilla@kaply.com
push dateTue, 21 Nov 2017 16:11:32 +0000
reviewersflorian
bugs1226616
milestone59.0a1
Bug 1226616 - Record autoconfig filename via telemetry. r?florian MozReview-Commit-ID: 1gAEILTzYQD
toolkit/components/telemetry/TelemetryEnvironment.jsm
--- a/toolkit/components/telemetry/TelemetryEnvironment.jsm
+++ b/toolkit/components/telemetry/TelemetryEnvironment.jsm
@@ -222,16 +222,17 @@ const DEFAULT_ENVIRONMENT_PREFS = new Ma
   ["extensions.formautofill.addresses.enabled", {what: RECORD_PREF_VALUE}],
   ["extensions.formautofill.creditCards.enabled", {what: RECORD_PREF_VALUE}],
   ["extensions.legacy.enabled", {what: RECORD_PREF_VALUE}],
   ["extensions.strictCompatibility", {what: RECORD_PREF_VALUE}],
   ["extensions.update.enabled", {what: RECORD_PREF_VALUE}],
   ["extensions.update.url", {what: RECORD_PREF_VALUE}],
   ["extensions.update.background.url", {what: RECORD_PREF_VALUE}],
   ["extensions.screenshots.disabled", {what: RECORD_PREF_VALUE}],
+  ["general.config.filename", {what: RECORD_DEFAULTPREF_VALUE}],
   ["general.smoothScroll", {what: RECORD_PREF_VALUE}],
   ["gfx.direct2d.disabled", {what: RECORD_PREF_VALUE}],
   ["gfx.direct2d.force-enabled", {what: RECORD_PREF_VALUE}],
   ["layers.acceleration.disabled", {what: RECORD_PREF_VALUE}],
   ["layers.acceleration.force-enabled", {what: RECORD_PREF_VALUE}],
   ["layers.async-pan-zoom.enabled", {what: RECORD_PREF_VALUE}],
   ["layers.async-video-oop.enabled", {what: RECORD_PREF_VALUE}],
   ["layers.async-video.enabled", {what: RECORD_PREF_VALUE}],