Bugsnag with YAML

YAML parameters for Bugsnag

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to BUGSNAG.
version RequiredStringSee appVersion here.
release_stage RequiredStringSee releaseStage here.
token RequiredStringSee apiKey here.
revisionStringSee sourceControl.revision here.
builder_nameStringSee builderName here.
auto_assign_releaseBooleanSee 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 Oct 29, 2024