diff options
Diffstat (limited to '')
-rw-r--r-- | dom/metrics.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/metrics.yaml b/dom/metrics.yaml index 34b94d8db6..b7fc883ca1 100644 --- a/dom/metrics.yaml +++ b/dom/metrics.yaml @@ -46,11 +46,13 @@ perf: - https://bugzilla.mozilla.org/show_bug.cgi?id=1799727 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834774 - https://bugzilla.mozilla.org/show_bug.cgi?id=1862939 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1892231 data_reviews: - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744#c5 - https://bugzilla.mozilla.org/show_bug.cgi?id=1799727#c4 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834774#c3 - https://bugzilla.mozilla.org/show_bug.cgi?id=1862939#c5 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1892231#c3 notification_emails: - perf-telemetry-alerts@mozilla.com - dpalmeiro@mozilla.com @@ -104,6 +106,10 @@ perf: description: "If true, a normal navigation was performed on the same origin." type: boolean + using_webdriver: + description: + "If true, a webdriver is running on the client." + type: boolean http_ver: description: "Version of HTTP protocol used." |