Build & deploy integrations

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

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://your.build.endpoint/ \
    --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"}
    }'

See our API docs for more information.