Triage a Sentry issue
Build a workflow that investigates a Sentry issue and stops for your call on the fix.
Connect Sentry first. A workflow step is an ordinary session, so it reaches Sentry the same way a chat does.
Build the chain
From Workflows → New workflow → Blank workflow, add one input, one context document, and three steps.
Input — issue, required, described as "the Sentry issue URL or short ID".
Context document — slug triage, written by the first step:
Step 1, Agent — "Read the issue"
Step 2, Agent — "Find the cause"
Step 3, Human in the loop — "Decide"
Run it
Press Run, paste the issue URL, and pick the repository the service lives in. Leave the placement on New worktree.
Read triage under Documents when the run stops on your step.
The chain stops at a diagnosis on purpose. Once you trust it, add a fourth agent step that implements the fix, and review the diff in the workspace before you publish.