Honeybadger with YAML

YAML parameters for Honeybadger

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to HONEYBADGER.
environment RequiredStringThe Honeybadger environment.
integration RequiredStringThe ID of the integration.
token RequiredStringThe Honeybadger token.

YAML example for Honeybadger

yaml
actions: - action: "Honeybadger notification" type: "HONEYBADGER" trigger_time: "ON_EVERY_EXECUTION" application_name: "Sample Application" environment: "$env" token: "84d1122d" integration: "my_integration" variables: - key: "env" value: "linux"

Last modified on Sep 23, 2024