Skip to main content

Overview

The Triage Agent automatically detects, investigates, and helps resolve production issues by connecting error monitoring, code repositories, team communication, and deployment tools.
Result: Reduce triage time from 30 minutes to 3 minutes

Problem It Solves

When a production error occurs:
  1. ❌ Someone has to notice (Sentry alert)
  2. ❌ Investigate error (read stack trace, check logs)
  3. ❌ Find relevant code (search GitHub)
  4. ❌ Notify team (post to Slack)
  5. ❌ Create ticket (open Linear issue)
  6. ❌ Check if related to recent deploy (Render logs)
Total time: 20-40 minutes of manual work

Solution: Automated Triage

Agent does all of this automatically in < 3 minutes

Required Connectors

https://mintcdn.com/tadata-48dcdaff/Lq0u0re_r8cBulaY/logos/sentry.svg?fit=max&auto=format&n=Lq0u0re_r8cBulaY&q=85&s=33c2da902bdbc978c99f6c9bf87d5059

Sentry

Error monitoring
https://mintcdn.com/tadata-48dcdaff/Lq0u0re_r8cBulaY/logos/github.svg?fit=max&auto=format&n=Lq0u0re_r8cBulaY&q=85&s=43c0089a411432bbf1b51a8551be97f0

GitHub

Code repository
https://mintcdn.com/tadata-48dcdaff/Lq0u0re_r8cBulaY/logos/slack.svg?fit=max&auto=format&n=Lq0u0re_r8cBulaY&q=85&s=23412e5abc02fb704cc8bc47f4927753

Slack

Team communication
https://mintcdn.com/tadata-48dcdaff/Lq0u0re_r8cBulaY/logos/render.svg?fit=max&auto=format&n=Lq0u0re_r8cBulaY&q=85&s=b7614c7a38641c841681b345c19a7f9b

Render

Hosting & deployment

Alternative Connectors

Don’t use these exact tools? Use alternatives:
RecommendedAlternative Options
SentryRollbar, Bugsnag, Datadog APM
GitHubGitLab, Bitbucket
SlackDiscord, Microsoft Teams
RenderVercel, Railway, Heroku, AWS

Setup

1

Connect Services

  • Sentry (OAuth): Select organization and project
  • GitHub (API Key): Enter GitHub token
  • Slack (OAuth): Select workspace and default channel
  • Render (API Key): Enter Render API key
2

Deploy

Click Deploy to activate your Triage Agent

Usage

Example prompts:
  • “Check Sentry for new production errors and investigate”
  • “Is the recent error spike related to our latest deployment?”
  • “Investigate Sentry error SENTRY-ABC-123”

Key Features

  • Error Detection: Monitor production errors from Sentry
  • Code Investigation: Search GitHub for relevant code
  • Team Notification: Alert team in Slack
  • Deployment Tracking: Check recent Render deployments

Best Practices

  • Filter Sentry Errors: Configure Sentry to only alert on actionable errors (exclude known/expected errors, filter by environment)
  • Use Descriptive Commit Messages: Good commit messages help correlate errors with code changes
  • Require Approval for Rollbacks: Keep destructive actions like rollback_deployment as “Require Approval” for safety

Next Steps