From c584d23ddb15f9edfc180b10f1b65d64cc582403 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 2 Jan 2016 16:09:24 +0100 Subject: [PATCH] TODO: collect crash reports --- index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 1c275ef6..b91188a4 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,13 @@ var electron = require('electron') var app = electron.app // report crashes to the Electron project -require('crash-reporter').start() +require('crash-reporter').start({ + // TODO: collect crash reports + // productName: 'WebTorrent', + // companyName: 'WebTorrent', + // submitURL: 'https://webtorrent.io/crash-report', + // autoSubmit: true +}) // adds debug features like hotkeys for triggering dev tools and reload require('electron-debug')()