⬇️ list level

This commit is contained in:
Jessica Lord 2015-08-28 10:50:02 -07:00
parent c2073a3c45
commit 221eff7fec

View file

@ -21,18 +21,19 @@ The `crash-reporter` module has the following methods:
### `crashReporter.start(options)` ### `crashReporter.start(options)`
* `options` Object, properties: `options` Object, properties:
* `productName` String, default: Electron.
* `companyName` String, default: GitHub, Inc. * `productName` String, default: Electron.
* `submitUrl` String, default: http://54.249.141.255:1127/post. * `companyName` String, default: GitHub, Inc.
* URL that crash reports will be sent to as POST. * `submitUrl` String, default: http://54.249.141.255:1127/post.
* `autoSubmit` Boolean, default: `true`. * URL that crash reports will be sent to as POST.
* Send the crash report without user interaction. * `autoSubmit` Boolean, default: `true`.
* `ignoreSystemCrashHandler` Boolean, default: `false`. * Send the crash report without user interaction.
* `extra` Object * `ignoreSystemCrashHandler` Boolean, default: `false`.
* An object you can define that will be sent along with the report. * `extra` Object
* Only string properties are sent correctly. * An object you can define that will be sent along with the report.
* Nested objects are not supported. * Only string properties are sent correctly.
* Nested objects are not supported.
You are required to call this method before using other `crashReporter` You are required to call this method before using other `crashReporter`
APIs. APIs.