mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-29 12:15:38 +08:00
docs: crashRepoter.getLastCrashReport
This commit is contained in:
@@ -27,6 +27,11 @@ crashReporter.start({
|
|||||||
* Only string properties are send correctly.
|
* Only string properties are send correctly.
|
||||||
* Nested objects are not supported.
|
* 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
|
# crash-reporter payload
|
||||||
|
|
||||||
The crash reporter will send the following data to the `submitUrl` as `POST`:
|
The crash reporter will send the following data to the `submitUrl` as `POST`:
|
||||||
|
|||||||
Reference in New Issue
Block a user