Build & deploy integrations

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

Bitbucket Pipelines
Notify BugSnag of builds using Bitbucket Pipelines.
BugSnag CLI
The BugSnag CLI can be used to simplify the process of creating releases on the BugSnag dashboard and uploading files to improve the stacktraces in your errors.
Capistrano
Report releases to BugSnag using Capistrano.
Fastlane
Upload dSYMs and report builds to BugSnag using Fastlane.
Gradle plugin
Upload ProGuard, DexGuard, and R8 mappings, NDK symbol files and report builds to BugSnag using our lightweight Gradle plugin.
Laravel Artisan
Report releases to BugSnag using the Laravel Artisan console.
PHP
Report releases to BugSnag using a PHP script.
Vite
Report builds and upload source maps to BugSnag using Vite
Webpack
Report builds and upload source maps to BugSnag using Webpack

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.

AltStyle によって変換されたページ (->オリジナル) /