Sentry · Arazzo Workflow
Sentry Track a Deployment Release
Version 1.0.0
Idempotently record a release for a project, creating it only when it does not already exist.
View Spec
View on GitHub
Error MonitoringDebuggingObservabilityApplication Performance ManagementDeveloper ToolsArazzoWorkflows
Provider
Workflows
track-deployment-release
Ensure a release version exists for an organization, creating it if absent.
Searches existing releases by version, and when none match, creates a new release tied to the supplied project slugs, then confirms the release is now listed. Ends early when a matching release already exists.
1
findExistingRelease
listReleases
List releases filtered by the target version to detect whether the release has already been recorded.
2
createRelease
createRelease
Create the release record for the supplied version and project slugs so the deployment can be tracked.
3
confirmRelease
listReleases
Re-list releases filtered by version to confirm the newly created release is now tracked by the organization.