Update productName default in docs

This commit is contained in:
Kevin Sawicki 2016-09-08 11:52:21 -07:00
parent d407eab0ff
commit 4d20c4f3fd

View file

@ -31,7 +31,7 @@ The `crash-reporter` module has the following methods:
* `options` Object
* `companyName` String
* `submitURL` String - URL that crash reports will be sent to as POST.
* `productName` String (optional) - Default is `Electron`.
* `productName` String (optional) - Defaults to `app.getName()`.
* `autoSubmit` Boolean - Send the crash report without user interaction.
Default is `true`.
* `ignoreSystemCrashHandler` Boolean - Default is `false`.