The catalogue/Sentry

Sentry

app.sentry

Track and monitor application errors and issues

Migrated and runningAPI keydevopsRead the source
Version1.0.0
Categorydevops
AuthAPI key
Tools15
Transportstdio
LicenceMIT
01

What it does

The app, in its own words.

Monitor errors and issues in your applications via the Sentry API.

sentryerrorsmonitoringissuesdebugging
02

Tools

15 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • assign_issueAssign a Sentry issue to a user or team.
  • create_releaseCreate a new release in a Sentry organization.
  • get_eventGet detailed information about a specific event including full stack trace.
  • get_issueGet detailed information about a specific Sentry issue.
  • get_projectGet detailed information about a specific Sentry project.
  • get_releaseGet detailed information about a specific release.
  • ignore_issueIgnore a Sentry issue (stop notifications).
  • list_alertsList alert rules for a Sentry project.
  • list_eventsList events (individual error occurrences) for an issue.
  • list_issuesList issues (errors/problems) for a project. Filter by status and search query.
  • list_organizationsList all Sentry organizations the authenticated user has access to.
  • list_projectsList all projects in a Sentry organization.
  • list_releasesList releases for a Sentry organization.
  • list_teamsList teams in a Sentry organization.
  • resolve_issueMark a Sentry issue as resolved.
03

Auth and permissions

What it asks for.

Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.

System secrets

API_KEYORGANIZATION

Reading further

The manifest and the source for Sentry live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

Sentry · Agent Apps