pings.yaml (759B)
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 https://mozilla.org/MPL/2.0/. 4 5 --- 6 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0 7 8 unexpected-script-load: 9 description: | 10 A ping containing information about unexpected script loads in the parent 11 process. Events in this ping contain Category 3/4 data, so we disassociate 12 it from other telemetry pings. 13 include_client_id: false 14 metadata: 15 include_info_sections: false 16 bugs: 17 - https://bugzilla.mozilla.org/show_bug.cgi?id=1979341 18 data_reviews: 19 - https://bugzilla.mozilla.org/show_bug.cgi?id=1979341#c21 20 notification_emails: 21 - tritter@mozilla.com