mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Mark companyName and submitURL as required
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user