Raygun with YAML

YAML parameters for Raygun

NameTypeDescription
action
Required
StringThe ID of the action.
type
Required
StringThe type of the action. Should be set to RAYGUN.
token
Required
StringSee authToken here.
device
Required
StringSee apiKey here.
versionStringSee version here.
userStringSee ownerName here.
emailStringSee emailAddress here.
commentStringSee comment here.

YAML example for Raygun

actions:
- action: "RAYGUN notification"
  type: "RAYGUN"
  version: "$BUDDY_EXECUTION_ID"
  token: "secure!rjMzYPhyffqEI8nmd4JPLuv51uhqpzJ4ykx+ilKrTgh9t4+/tGAPhF05EvhpdMj2"
  name: "$BUDDY_INVOKER_NAME"
  email: "$BUDDY_INVOKER_EMAIL"
  comment: "$BUDDY_INVOKER_COMMENT"

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.