crash-reporter -> crashReporter
This commit is contained in:
parent
71f94c7a3a
commit
62b39d58ca
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ API before starting the crash reporter.
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
The `crash-reporter` module has the following methods:
|
The `crashReporter` module has the following methods:
|
||||||
|
|
||||||
### `crashReporter.start(options)`
|
### `crashReporter.start(options)`
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ Returns [`CrashReport[]`](structures/crash-report.md):
|
||||||
Returns all uploaded crash reports. Each report contains the date and uploaded
|
Returns all uploaded crash reports. Each report contains the date and uploaded
|
||||||
ID.
|
ID.
|
||||||
|
|
||||||
## crash-reporter Payload
|
## Crash Report Payload
|
||||||
|
|
||||||
The crash reporter will send the following data to the `submitURL` as
|
The crash reporter will send the following data to the `submitURL` as
|
||||||
a `multipart/form-data` `POST`:
|
a `multipart/form-data` `POST`:
|
||||||
|
|
Loading…
Reference in a new issue