Raygun · Arazzo Workflow
Raygun Resolve Error Group
Version 1.0.0
Find an active error group in an application and mark it as resolved.
View Spec
View on GitHub
ObservabilityCrash ReportingReal User MonitoringApplication Performance MonitoringError TrackingErrorsMonitoringDevOpsSource MapsDeploymentsArazzoWorkflows
Provider
Workflows
resolve-error-group
Resolve the first matching active error group in an application.
Confirms the target application exists, lists its error groups, reads the selected error group to check its status, and resolves it against the supplied fixing version when it is still active.
1
getApplication
get-application-by-identifier
Read the application by identifier to confirm it exists and that the token owner has access before reading error groups.
2
listErrorGroups
list-error-groups
List the error groups for the application, ordered so the most recently occurring errors surface first for triage.
3
getErrorGroup
get-error-group
Read the selected error group to inspect its current status before deciding whether a resolve is required.
4
resolveErrorGroup
error-group-resolve
Set the status of the error group to resolved against the fixing version, optionally discarding occurrences from previous versions.
Source API Descriptions
openapi