Agentic Service Discovery

Resources

S

Sentry

by Functional Software, Inc.

Connect agents to Sentry to query errors, resolve issues, and monitor application health.

MonitoringFree / PaidBearer tokenerror trackingmonitoringdebuggingalertingperformance

How agents use Sentry

  • Automatically triage and classify incoming errors by severity and component
  • Generate natural language summaries of complex stack traces
  • Correlate Sentry errors with deployment events and code changes
  • Auto-resolve issues that match known patterns with a fix
  • Escalate critical errors and page on-call engineers via incident management tools

Agent actions

List IssuesRetrieve a list of issues from a Sentry project

Inputs: projectSlug, query, limit, sortBy

Returns: issues, total

Get IssueRetrieve details about a specific issue

Inputs: issueId

Returns: issue, title, status, count, userCount, firstSeen, lastSeen

Update IssueResolve, ignore, or re-open an issue

Inputs: issueId, status, assignedTo

Returns: issue, status

Get Issue EventsRetrieve individual event occurrences for an issue

Inputs: issueId, limit

Returns: events, total

Get Latest EventGet the most recent event for an issue, including full stack trace

Inputs: issueId

Returns: event, stackTrace, message, tags

List ProjectsList all projects in the organization

Returns: projects

Create Alert RuleCreate an issue alert rule in a project

Inputs: projectSlug, name, conditions, actions

Returns: ruleId, rule

Example workflows

1

AI-powered triage

Agent reads new issues, classifies severity, and assigns them to the right team

2

Automated error digests

Summarize top errors from the last 24 hours and send a Slack report

About Sentry

Vendor
Functional Software, Inc.
Pricing Always review details with the vendor
Free / PaidFree plan: 5K errors/month, 10K performance units. Team from $26/month. Business and Enterprise available.
Authentication
Bearer token
Rate limit Always review details with the vendor
100 requests / minute
Compatible nodes
AgentResourceInput

Build an AI workflow with Sentry

Use the Agentic Planner to design, visualize, and connect Sentry with your other tools.

Open Agentic Planner

Related Monitoring tools