feat: allow omitting submitURL when uploadToServer is false (#28105)
This commit is contained in:
parent
f35fc93080
commit
502d4c19ce
3 changed files with 11 additions and 4 deletions
|
@ -77,7 +77,8 @@ The `crashReporter` module has the following methods:
|
|||
### `crashReporter.start(options)`
|
||||
|
||||
* `options` Object
|
||||
* `submitURL` String - URL that crash reports will be sent to as POST.
|
||||
* `submitURL` String (optional) - URL that crash reports will be sent to as
|
||||
POST. Required unless `uploadToServer` is `false`.
|
||||
* `productName` String (optional) - Defaults to `app.name`.
|
||||
* `companyName` String (optional) _Deprecated_ - Deprecated alias for
|
||||
`{ globalExtra: { _companyName: ... } }`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue