Merge pull request #12058 from philfreo/patch-1

Include backtrace i/o as a crash reporter backend option
This commit is contained in:
Samuel Attard 2018-03-06 05:13:18 +11:00 committed by GitHub
commit b530d70a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,10 @@ following projects:
* [socorro](https://github.com/mozilla/socorro) * [socorro](https://github.com/mozilla/socorro)
* [mini-breakpad-server](https://github.com/electron/mini-breakpad-server) * [mini-breakpad-server](https://github.com/electron/mini-breakpad-server)
Or use a 3rd party hosted solution:
* [Backtrace I/O](https://backtrace.io/electron/)
Crash reports are saved locally in an application-specific temp directory folder. Crash reports are saved locally in an application-specific temp directory folder.
For a `productName` of `YourName`, crash reports will be stored in a folder For a `productName` of `YourName`, crash reports will be stored in a folder
named `YourName Crashes` inside the temp directory. You can customize this temp named `YourName Crashes` inside the temp directory. You can customize this temp