Tweak setExtraParameter description

This commit is contained in:
Kevin Sawicki 2017-02-13 10:48:04 -08:00
parent b51adf8ae5
commit 07173cdd9d

View file

@ -121,12 +121,11 @@ called before `start` is called.
* `value` String - Parameter value. Specifying `null` or `undefined` will * `value` String - Parameter value. Specifying `null` or `undefined` will
remove the key from the extra parameters. remove the key from the extra parameters.
Set an extra data to set be sent with the crash report. The values specified Set an extra parameter to set be sent with the crash report. The values
here will be sent in addition to any values set via the `extra` option to specified here will be sent in addition to any values set via the `extra` option
the `start` API. This API is only available on macOS, if you need to when `start` was called. This API is only available on macOS, if you need to
add additional extra parameters on Linux and Windows after your first call 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 for the `start` you can call `start` again with the updated `extra` options.
parameters to send.
## Crash Report Payload ## Crash Report Payload