Raygun with YAML

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.
email String See emailAddress here.
comment String See comment here.

YAML example for Raygun

yaml
actions: - 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 Mar 4, 2025