Support removing extra parameters

This commit is contained in:
Kevin Sawicki 2017-02-09 13:05:23 -08:00
parent 41fef3999c
commit 3b7207da9f
6 changed files with 23 additions and 3 deletions

View file

@ -118,7 +118,8 @@ called before `start` is called.
### `crashReporter.setExtraParameter(key, value)` _macOS_
* `key` String - Parameter key.
* `value` String - Parameter value.
* `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