From 738b10adeabf813090874ae2cfdfb6376b42ed64 Mon Sep 17 00:00:00 2001 From: Phil Freo Date: Mon, 26 Feb 2018 17:37:18 -0500 Subject: [PATCH] Include backtrace i/o as a crash reporter backend option Note: I have no affiliation with this company - just thought this would be helpful for people --- docs/api/crash-reporter.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index 0aad8e3860ff..3d26dfa11825 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -24,6 +24,10 @@ following projects: * [socorro](https://github.com/mozilla/socorro) * [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. 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