Bug 1242057 - Enable all responsive probes on release. r=gl p=bsmedberg

MozReview-Commit-ID: 6J0bwym78gs
This commit is contained in:
J. Ryan Stinnett 2016-02-23 06:25:38 -06:00
Родитель 45b5e4259b
Коммит 8bab15a3c9
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -30,8 +30,6 @@ let bootstrap = {
store: null,
init() {
// TODO: Should we track this as a separate tool from the old version?
// See bug 1242057.
this.telemetry.toolOpened("responsive");
let store = this.store = Store();
let app = createElement(App);

Просмотреть файл

@ -7450,11 +7450,13 @@
"bug_numbers": [1214352]
},
"DEVTOOLS_RESPONSIVE_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"expires_in_version": "55",
"kind": "exponential",
"high": 10000000,
"n_buckets": 100,
"description": "How long has the responsive view been active (seconds)"
"bug_numbers": [1242057],
"description": "How long has the responsive view been active (seconds)",
"releaseChannelCollection": "opt-out"
},
"DEVTOOLS_DEVELOPERTOOLBAR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",