1 crash reporter
Cheng Zhao редактировал(а) эту страницу 2013-06-02 00:15:11 -07:00

Synopsis

An example of automatically submitting crash reporters to remote server:

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