docs: List breakpad server implementations
This commit is contained in:
parent
912ec1437b
commit
cbd37ad3b9
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue