docs: crashRepoter.getLastCrashReport
This commit is contained in:
parent
66e96f69fc
commit
62fd76f7e4
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ crashReporter.start({
|
|||
* Only string properties are send correctly.
|
||||
* Nested objects are not supported.
|
||||
|
||||
## crashReporter.getLastCrashReport()
|
||||
|
||||
Returns the date and ID of last crash report, when there was no crash report
|
||||
sent or the crash reporter is not started, `null` will be returned.
|
||||
|
||||
# crash-reporter payload
|
||||
|
||||
The crash reporter will send the following data to the `submitUrl` as `POST`:
|
||||
|
|
Loading…
Reference in a new issue