Report application builds, source maps, symbol files, and deploys to BugSnag.
If there is no integration available for your build tool you can make a request to the Build API directly, for example:
$ curl https://build.bugsnag.com/ \
--request POST \
--header "Content-Type: application/json" \
--data '{
"apiKey": "YOUR_API_KEY_HERE",
"appVersion": "1.2.3",
"releaseStage": "production",
"builderName": "Joe Summer",
"sourceControl": {
"provider": "github",
"repository": "https://github.com/owner/repo",
"revision": "52097f461bf76a824212eb11de53467c094d0cd4"
},
"metadata": {"feature-93": "New settings page"}
}'
If you are using BugSnag On-premise, you should use your BugSnag Build API endpoint rather than https://build.bugsnag.com
.