зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1242057 - Enable all responsive probes on release. r=gl p=bsmedberg
MozReview-Commit-ID: 6J0bwym78gs
This commit is contained in:
Родитель
45b5e4259b
Коммит
8bab15a3c9
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче