bugsnag · Schema

Bugsnag Build

Represents a build or deployment notification sent to the Bugsnag Build API, containing version information, source control details, and optional metadata.

Properties

Name Type Description
apiKey string The Bugsnag API key for the project.
appVersion string The version of the application being built or deployed.
appVersionCode string The version code of the application, typically used for Android applications.
appBundleVersion string The bundle version of the application, typically used for iOS applications.
releaseStage string The release stage for this build (e.g., production, staging, development).
builderName string The name of the person or system that created this build.
sourceControl object
metadata object Custom metadata to associate with the build.
autoAssignRelease boolean Whether to automatically assign this build as a release.
View JSON Schema on GitHub