Raygun · Arazzo Workflow
Raygun Inspect Latest Deployment Errors
Version 1.0.0
Read the latest deployment and drill into an error group it introduced.
View Spec
View on GitHub
ObservabilityCrash ReportingReal User MonitoringApplication Performance MonitoringError TrackingErrorsMonitoringDevOpsSource MapsDeploymentsArazzoWorkflows
Provider
Workflows
inspect-latest-deployment-errors
Read the latest deployment and inspect an error group it introduced.
Reads the latest deployment for the application, lists the error groups attributed to that deployment, and reads the first attributed error group to inspect its current status.
1
getLatestDeployment
get-latest-deployment
Read the latest deployment for the application to establish the release under inspection.
2
listLatestDeploymentErrorGroups
$sourceDescriptions.deploymentsApi.list-error-groups-from-latest-deployment
List the error groups attributed to the latest deployment. This listing is provided by both the deployments and errors descriptions, so it is bound to the deployments description explicitly.
3
getErrorGroup
get-error-group
Read the targeted error group attributed to the latest deployment to inspect its status and message.
Source API Descriptions
openapi