Error Reporting API Overview
BugSnag Error Reporting API
BugSnag provides a simple JSON based API to notify us of errors. POST
the JSON
Payload to https://notify.bugsnag.com and BugSnag will process the error.
If for some reason you cannot make HTTPS requests, you can use the non https URL http://notify.bugsnag.com
Make sure you set the HTTP Content-Type
header to be application/json
.