Raygun with YAML
Tip
Learn more about:
YAML parameters for Raygun
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Should be set to RAYGUN . |
token Required | String | See authToken here. |
device Required | String | See apiKey here. |
version | String | See version here. |
user | String | See ownerName here. |
String | See emailAddress here. | |
comment | String | See comment here. |
YAML example for Raygun
yamlactions: - action: "RAYGUN notification" type: "RAYGUN" version: "$BUDDY_RUN_ID" token: "secure!rjMzYPhyffqEI8nmd4JPLuv51uhqpzJ4ykx+ilKrTgh9t4+/tGAPhF05EvhpdMj2" name: "$BUDDY_INVOKER_NAME" email: "$BUDDY_INVOKER_EMAIL" comment: "$BUDDY_INVOKER_COMMENT"
Last modified on Oct 29, 2024