Sentry · Arazzo Workflow
Sentry Run a Seer AI Autofix on an Issue
Version 1.0.0
List available Seer models, start an AI autofix for an issue, then poll until the fix completes.
View Spec
View on GitHub
APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time MonitoringArazzoWorkflows
Provider
Workflows
seer-autofix-issue
Start a Seer autofix for an issue and poll it to completion.
Confirms Seer models are available, starts an autofix analysis for the target issue, and polls the fix state until it is completed or errored, surfacing the suggested fix and any pull request URL.
1
listModels
listSeerModels
List the Seer AI models available to the organization to confirm AI-assisted analysis is enabled before starting a fix.
2
startFix
startSeerIssueFix
Start the asynchronous Seer autofix analysis for the issue, optionally passing an instruction to steer the AI.
3
pollFixState
retrieveSeerIssueFixState
Poll the current state of the Seer autofix. The step succeeds once the analysis has reached a terminal status of completed or error.