Tweak setExtraParameter description
This commit is contained in:
parent
b51adf8ae5
commit
07173cdd9d
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue