Sentry · Arazzo Workflow
Sentry Resolve Issues in the Next Release
Version 1.0.0
Create a release, then mark the noisiest unresolved issues as resolved in that next release.
View Spec
View on GitHub
Error MonitoringDebuggingObservabilityApplication Performance ManagementDeveloper ToolsArazzoWorkflows
Provider
Workflows
resolve-issues-in-release
Cut a release and resolve the top unresolved issue in that next release.
Creates a release tied to one or more project slugs, finds the highest frequency unresolved issue, and updates it to resolvedInNextRelease so the fix is associated with the deploy. Ends early when there is nothing to resolve.
1
createRelease
createRelease
Create the release record for deployment and source-map tracking, scoped to the supplied project slugs.
2
findUnresolvedIssue
listOrganizationIssues
List the organization's unresolved issues by frequency to find the top candidate to resolve in the new release.
3
resolveInNextRelease
updateIssue
Mark the selected issue as resolved in the next release so it stays resolved unless the error recurs after this deploy.