Sentry · Arazzo Workflow
Sentry Triage and Resolve an Issue
Version 1.0.0
Find the most relevant unresolved issue, inspect its events, then resolve or reprioritize it.
View Spec
View on GitHub
Error MonitoringDebuggingObservabilityApplication Performance ManagementDeveloper ToolsArazzoWorkflows
Provider
Workflows
triage-issue
Triage the top unresolved issue in an organization and resolve it.
Lists unresolved issues for the organization sorted by frequency, selects the first match, retrieves its full detail and recent events, then marks the issue resolved with an explicit priority. Branches to end when no unresolved issues exist.
1
findTopIssue
listOrganizationIssues
List the organization's issues matching the supplied query, sorted by frequency, returning at most one result to triage first.
2
getIssueDetail
retrieveIssue
Retrieve full stats and metadata for the selected issue so the triage decision is made against current data.
3
listRecentEvents
listIssueEvents
Pull the most recent error events bound to the issue, including full stack-trace data, to confirm the cause before resolving.
4
resolveIssue
updateIssue
Mark the issue resolved and assign an explicit priority so it leaves the unresolved queue.