docs: List breakpad server implementations

This commit is contained in:
Cheng Zhao 2016-03-17 22:29:32 +09:00
parent 912ec1437b
commit cbd37ad3b9

View file

@ -16,6 +16,12 @@ crashReporter.start({
}); });
``` ```
For setting up a server to accept and process crash reports, you can use
following projects:
* [socorro](https://github.com/mozilla/socorro)
* [mini-breakpad-server](https://github.com/atom/mini-breakpad-server)
## Methods ## Methods
The `crash-reporter` module has the following methods: The `crash-reporter` module has the following methods:
@ -66,6 +72,6 @@ The crash reporter will send the following data to the `submitURL` as a `multipa
* `prod` String - Name of the underlying product. In this case Electron. * `prod` String - Name of the underlying product. In this case Electron.
* `_companyName` String - The company name in the `crashReporter` `options` * `_companyName` String - The company name in the `crashReporter` `options`
object. object.
* `upload_file_minidump` File - The crash report as file, a binary. * `upload_file_minidump` File - The crash report in the format of `minidump`.
* All level one properties of the `extra` object in the `crashReporter`. * All level one properties of the `extra` object in the `crashReporter`.
`options` object `options` object