Mention in doc that crash-reporter is available for renderer.

This commit is contained in:
Cheng Zhao 2013-11-13 17:30:49 +08:00
parent 374cf948e4
commit 62f200d252
2 changed files with 1 additions and 1 deletions

View file

@ -1,22 +0,0 @@
# crash-reporter
An example of automatically submitting crash reporters to remote server:
```javascript
crashReporter = require('crash-reporter');
crashReporter.setCompanyName('YourCompany');
crashReporter.setSubmissionUrl('https://your-domain.com/url-to-submit');
crashReporter.setAutoSubmit(true);
```
## crashReporter.setCompanyName(company)
* `company` String
## crashReporter.setSubmissionUrl(url)
* `url` String
## crashReporter.setAutoSubmit(is)
* `is` Boolean