Raygun with YAML

YAML parameters for Raygun

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to RAYGUN.
token RequiredStringSee authToken here.
device RequiredStringSee apiKey here.
versionStringSee version here.
userStringSee ownerName here.
emailStringSee emailAddress here.
commentStringSee 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 Oct 29, 2024