Bugsnag with YAML
Learn more about:
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
actions:- action: "Bugsnag notification"type: "BUGSNAG"version: "$BUDDY_EXECUTION_ID"release_stage: "$BUDDY_EXECUTION_BRANCH"token: "secure!rjMzYPhyffqEI8nmd4JPLuv51uhqpzJ4ykx+ilKrTgh9t4+/tGAPhF05EvhpdMj2"revision: "$BUDDY_EXECUTION_REVISION"builder_name: "$BUDDY_INVOKER_NAME"auto_assign_release: true