mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Mention setUploadToServer only has effect after start
This commit is contained in:
@@ -75,15 +75,16 @@ ID.
|
||||
Returns `Boolean` - Whether reports should be submitted to the server. Set through
|
||||
the `start` method or `setUploadToServer`.
|
||||
|
||||
**NOTE:** This API can only be used from the main process
|
||||
**Note:** This API can only be used from the main process.
|
||||
|
||||
### `crashReporter.setUploadToServer(uploadToServer)` _macOS_
|
||||
|
||||
* `uploadToServer` Boolean _macOS_ - Whether reports should be submitted to the server
|
||||
|
||||
This would normally be controlled by user preferences.
|
||||
This would normally be controlled by user preferences. This has no effect if
|
||||
called before `start` is called.
|
||||
|
||||
**NOTE:** This API can only be used from the main process
|
||||
**Note:** This API can only be used from the main process.
|
||||
|
||||
## Crash Report Payload
|
||||
|
||||
|
||||
Reference in New Issue
Block a user