Raygun · Arazzo Workflow
Raygun Create and Verify Deployment
Version 1.0.0
Record a deployment for an application and confirm it was created.
View Spec
View on GitHub
ObservabilityCrash ReportingReal User MonitoringApplication Performance MonitoringError TrackingErrorsMonitoringDevOpsSource MapsDeploymentsArazzoWorkflows
Provider
Workflows
create-and-verify-deployment
Create a deployment, read it back, and list its error groups.
Creates a deployment for the application, confirms it by reading the created deployment, and lists the error groups attributed to the latest deployment to check the release for regressions.
1
createDeployment
create-deployment
Record a new deployment for the application, capturing the supplied version and optional ownership and source-control metadata.
2
getDeployment
get-deployment
Read the created deployment back by identifier to confirm it persisted and to capture its stored details.
3
listLatestDeploymentErrorGroups
list-error-groups-from-latest-deployment
List the error groups attributed to the latest deployment so the release can be checked for newly introduced or reactivated errors.