metrics.yaml (1250B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # Adding a new metric? We have docs for that! 6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html 7 8 --- 9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 10 $tags: 11 - 'DevTools :: Console' 12 13 devtools.console: 14 javascript_error_displayed: 15 type: labeled_counter 16 description: > 17 Records the key-identifiers of error messages when they are displayed in 18 the webconsole of the debugger. Nothing should be recorded unless they are 19 visible on the user screen. 20 The label will be the error message name or "Unknown". 21 22 This metric replaces the Legacy Telemetry boolean histogram 23 DEVTOOLS_JAVASCRIPT_ERROR_DISPLAYED. 24 bugs: 25 - https://bugzilla.mozilla.org/show_bug.cgi?id=1255133 26 - https://bugzilla.mozilla.org/show_bug.cgi?id=1378449 27 data_reviews: 28 - https://bugzilla.mozilla.org/show_bug.cgi?id=1255133 29 - https://bugzilla.mozilla.org/show_bug.cgi?id=1378449 30 notification_emails: 31 - nicolas.b.pierron@mozilla.com 32 expires: never