From cbd37ad3b9f3f565f5e5029df4125486bacbd521 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 17 Mar 2016 22:29:32 +0900 Subject: [PATCH] docs: List breakpad server implementations --- docs/api/crash-reporter.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index 5a7ff720bfd4..64e5602474a9 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -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 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. * `_companyName` String - The company name in the `crashReporter` `options` 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`. `options` object