Mark companyName and submitURL as required
This commit is contained in:
parent
063231cf0c
commit
58106e53c8
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ The `crash-reporter` module has the following methods:
|
|||
`options` Object, properties:
|
||||
|
||||
* `productName` String, default: Electron.
|
||||
* `companyName` String, default: GitHub, Inc.
|
||||
* `submitURL` String, default: http://54.249.141.255:1127/post.
|
||||
* `companyName` String (**required**)
|
||||
* `submitURL` String, (**required**)
|
||||
* URL that crash reports will be sent to as POST.
|
||||
* `autoSubmit` Boolean, default: `true`.
|
||||
* Send the crash report without user interaction.
|
||||
|
|
Loading…
Reference in a new issue