remove setExtraParameter for 2.0

This commit is contained in:
Shelley Vohr 2018-02-20 08:26:10 -05:00
parent 459a5e3a1f
commit fc025064f7
No known key found for this signature in database
GPG key ID: F13993A75599653C
3 changed files with 1 additions and 20 deletions

View file

@ -62,7 +62,7 @@ This will start the process that will monitor and send the crash reports. Replac
and `crashesDirectory` with appropriate values.
**Note:** If you need send additional/updated `extra` parameters after your
first call `start` you can call `setExtraParameter` on macOS or call `start`
first call `start` you can call `addExtraParameter` on macOS or call `start`
again with the new/updated `extra` parameters on Linux and Windows.
```js