Connect
Link your Sentry organization once from Integrations.
Browse and analyze
Read issues with full context and send any one to an agent.
Automate
Rules that propose or auto-start work when errors match.
How it works
Orkestral talks to the Sentry API for your organization. Once connected, it pulls your most recent issues (up to 50 at a time) and shows them on the Sentry page in the sidebar. Each issue keeps its real metadata: level, project, occurrence count, affected users, first and last seen, and a permalink back to Sentry. When you analyze an issue, Orkestral packages the error context (title, culprit, exception, stack trace, breadcrumbs, request, tags) and opens a chat session with your team. The CEO orchestrator reads that context, plans, and delegates to the right specialist. Premium models plan; the local FORGE executes code changes at $0 API cost. Automations apply the same idea without you watching. A rule matches incoming errors by level and project, then either proposes work for your review or starts the analysis automatically.The Sentry page only renders data after you connect an account. Until then you see a prompt to go connect. Everything below assumes a workspace is active.
Connect Sentry
Open Integrations
Go to Integrations in the sidebar. The Sentry page links straight there with a Connect button when no account is linked yet.
Authorize your organization
Follow the Sentry connection flow and grant Orkestral access to your organization. You connect one organization per workspace.
Browse issues
Once connected, the Sentry page lists your recent issues newest-first. Each row shows the severity bar and badge, the project, the short ID, the title, the culprit (the code location Sentry blames), occurrence count, affected users, and how long ago it was last seen.Filter and search
A filter bar appears as soon as there is at least one issue.Search
Free-text match across the title, culprit, and short ID.
Project
Narrow to a single Sentry project, or keep all projects.
Level
Filter by severity: fatal, error, warning, info, or debug.
Severity colors
Fatal and error
Fatal and error
Red bar and badge. The highest-attention issues, crashes, and unhandled exceptions.
Warning
Warning
Yellow. Recoverable problems worth a look.
Info
Info
Blue. Informational events that reached Sentry.
Debug
Debug
Muted gray. Low-priority diagnostic events.
Refresh and auto-refresh
Click Refresh in the header to pull the latest issues on demand. When auto-refresh is on, the header shows a green dot with the interval (for example auto on, every 5 min) and the list re-fetches by itself. You set the interval from the automations page (see below). The default is every 5 minutes.Opening the Sentry page clears the unread badge on the sidebar item, so the badge reflects errors you have not looked at yet.
Read an issue in detail
Click any row to open the issue detail page. This is where you get the full picture before deciding what to do.- Main column
- Side panel
- Message: the raw error message, preformatted.
- Exception: the exception type and value, highlighted in red.
- Stack trace: every frame with file and line. In-app frames are accented and pulled forward; library frames are dimmed and tagged lib so you focus on your own code.
- Request: the HTTP method and URL when the error came from a request.
- Breadcrumbs: the timeline of events leading up to the error, each with its category, message, and time.
Open in Sentry
Jump to the issue’s permalink in Sentry in your browser.
Analyze
Hand the issue to your agent team and open the resulting chat session.
Analyze an issue with your team
Analyze is the bridge from error to work. You can trigger it from the issue list (the button on each row) or from the issue detail header.Click Analyze
Orkestral collects the full error context and opens a chat session with your team. You land in that session automatically.
Let the CEO plan and delegate
The CEO orchestrator reads the stack trace and breadcrumbs, then routes the work to the right specialist (Backend, Frontend, and so on) and uses the FORGE to apply local code changes.
Automate: turn errors into work
Open Automations from the button in the Sentry header. This is where you stop clicking Analyze by hand. Rules watch incoming issues and act on the ones that match.The dashboard at a glance
The top of the page shows four stats so you know the system is alive:Active rules
How many of your rules are enabled, out of the total.
Monitored
How many issues are currently in view for matching.
Runs
How many times automations have fired.
Last run
When the most recent automation fired, or never.
Set the auto-refresh interval
At the top right, pick how often Orkestral checks Sentry for new issues: off, or every 1, 5, 15, 30, or 60 minutes. This is the same interval shown on the Sentry page. Set it to off to pause polling entirely (you can still refresh by hand).Create a rule
Click New rule
Use New rule in the header (or the button in the empty state when you have no rules yet).
Set the minimum level
Choose the lowest severity that should trigger the rule: fatal, error, warning, or info. The rule matches that level and anything more severe (shown as
error+ and so on).Scope to a project
Pick a single Sentry project, or leave it on any project to match across all of them.
Choose the agent
Assign the work to a specific agent, or leave it on CEO (default) so the orchestrator decides who handles it.
Propose vs auto
The mode decides how much the rule does on its own.Propose
The rule surfaces a matching error as proposed work for you to review. Nothing starts until you approve. Safer default. Shown with a blue badge.
Auto
The rule starts the analysis automatically, opening a session with no clicks. Fastest path from error to fix. Shown with a purple badge.
Manage your rules
Each rule row shows a toggle, its name, the mode badge, and a one-line summary likeerror+ · checkout-api · Backend.
Enable or disable
Flip the switch to turn a rule on or off without deleting it.
Edit
Reopen the editor to change any field.
Delete
Remove the rule after a confirmation prompt.
Review the run history
The Runs section lists what automations have done, newest first. Each entry tells you the outcome at a glance:Analyzed
Analyzed
Purple icon. The rule started an analysis. Click the run to jump straight into that chat session.
Proposed
Proposed
Green icon. The rule surfaced the issue for your review. Click the run to open the issue detail page.
Error
Error
Red icon. The run failed. Click it to open the related issue and look closer.
What to do next
Start with one rule
Create a single propose rule at level
error for your busiest project, then watch the run history for a day.Tune the interval
If errors are rare, raise the refresh interval to save API calls. If they are time-critical, drop it to every minute.
Graduate to auto
Once propose runs look trustworthy, switch the rule to auto so fixes start without you.
Read before you ship
Open analyzed sessions and review the plan and the FORGE’s changes before merging.
Sentry pairs well with the rest of Orkestral. Analyzed issues become normal chat sessions, so the same review and tracking you use for planned work applies to errors too.