Raygun · Arazzo Workflow
Raygun Triage Error Group and Add Comment
Version 1.0.0
Inspect an error group and its latest occurrence, then record a triage comment.
View Spec
View on GitHub
ObservabilityCrash ReportingReal User MonitoringApplication Performance MonitoringError TrackingErrorsMonitoringDevOpsSource MapsDeploymentsArazzoWorkflows
Provider
Workflows
triage-error-group-comment
Read an error group and its latest instance, then add a triage comment.
Lists error groups for the application, reads the target error group, pulls its latest error instance for context, and records a comment documenting the triage decision.
1
listErrorGroups
list-error-groups
List the error groups for the application so the caller can confirm the target error group is present before reading it.
2
getErrorGroup
get-error-group
Read the target error group to capture its message and status for the triage note.
3
getLatestInstance
get-latest-error-instance-by-error-group-id
Fetch the most recent error instance for the error group to gather the latest occurrence context before commenting.
4
createComment
error-group-create-comment
Add a triage comment to the error group documenting the investigation notes and decision.