Update productName default in docs
This commit is contained in:
parent
d407eab0ff
commit
4d20c4f3fd
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue