tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pings.yaml (1054B)


      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 ---
      6 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0
      7 
      8 crash:
      9  description: >
     10    A ping to report crash information. This information is sent as soon as
     11    possible after a crash occurs (whether the crash is a background/content
     12    process or the main process). It is expected to be used for crash report
     13    analysis and to reduce blind spots in crash reporting.
     14  include_client_id: true
     15  send_if_empty: false
     16  notification_emails:
     17    - crash-reporting-wg@mozilla.org
     18    - stability@mozilla.org
     19  bugs:
     20    - https://bugzilla.mozilla.org/show_bug.cgi?id=1790569
     21  data_reviews:
     22    - https://bugzilla.mozilla.org/show_bug.cgi?id=1790569#c12
     23  reasons:
     24    crash: >
     25      A process crashed and a ping was immediately sent.
     26    event_found: >
     27      A process crashed and produced a crash event, which was later found and
     28      sent in a ping.