BugSnag is now Insight Hub - we're making some changes to how the product looks, but this won't impact the way you use BugSnag or any of your integrations.

Build & deploy integrations

Report application builds, source maps, symbol files, and deploys to BugSnag.

If your build tool is not supported

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.