590 B
590 B
crash-reporter
An example of automatically submitting crash reporters to remote server:
crashReporter = require('crash-reporter');
crashReporter.start({
productName: 'YourName',
companyName: 'YourCompany',
submitUrl: 'https://your-domain.com/url-to-submit',
autoSubmit: true
});
crashReporter.start(options)
options
ObjectproductName
StringcompanyName
StringsubmitUrl
String - URL that crash reports would be sent toautoSubmit
Boolean - Send the crash report without user interactionignoreSystemCrashHandler
Boolean