Bugsnag with YAML

YAML parameters for Bugsnag

Name Type Description
action Required String The ID of the action.
type Required String The type of the action. Should be set to BUGSNAG.
version Required String See appVersion here.
release_stage Required String See releaseStage here.
token Required String See apiKey here.
revision String See sourceControl.revision here.
builder_name String See builderName here.
auto_assign_release Boolean See autoAssignRelease here.

YAML example for Bugsnag

yaml
actions: - action: "Bugsnag notification" type: "BUGSNAG" version: "$BUDDY_RUN_ID" release_stage: "$BUDDY_RUN_BRANCH" token: "secure!rjMzYPhyffqEI8nmd4JPLuv51uhqpzJ4ykx+ilKrTgh9t4+/tGAPhF05EvhpdMj2" revision: "$BUDDY_RUN_COMMIT" builder_name: "$BUDDY_INVOKER_NAME" auto_assign_release: true

Last modified on Mar 4, 2025