mirror of
https://github.com/electron/electron.git
synced 2026-01-09 07:28:12 -05:00
Tweak setExtraParameter description
This commit is contained in:
@@ -121,12 +121,11 @@ called before `start` is called.
|
||||
* `value` String - Parameter value. Specifying `null` or `undefined` will
|
||||
remove the key from the extra parameters.
|
||||
|
||||
Set an extra data to set be sent with the crash report. The values specified
|
||||
here will be sent in addition to any values set via the `extra` option to
|
||||
the `start` API. This API is only available on macOS, if you need to
|
||||
add additional extra parameters on Linux and Windows after your first call to
|
||||
`start` you can call `start` again with the updated `extra` options for the
|
||||
parameters to send.
|
||||
Set an extra parameter to set be sent with the crash report. The values
|
||||
specified here will be sent in addition to any values set via the `extra` option
|
||||
when `start` was called. This API is only available on macOS, if you need to
|
||||
add/update extra parameters on Linux and Windows after your first call to
|
||||
`start` you can call `start` again with the updated `extra` options.
|
||||
|
||||
## Crash Report Payload
|
||||
|
||||
|
||||
Reference in New Issue
Block a user