Sentry Skill

Monitoring

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Sentry tools.

13 tools
SKILL.md

Sentry
SKILL.md

Domain knowledge for using Sentry error tracking and performance monitoring tools effectively

Sentry

Sentry organizes error tracking under Organizations → Projects. Issues are grouped errors; Events are individual occurrences. Releases track deployments.

Data Model

  • Organizations — top-level; contain projects and teams.
  • Projects — applications (e.g., backend, frontend); have DSN and config.
  • Issues — grouped errors; have status, assignee, events.
  • Events — individual error occurrences; link to issues.
  • Releases — deployments; link to issues for release health.
  • Teams — organization members.
  • Alerts — notification rules.

Gotchas

  • organization_slug and project_slug required: Most operations need both. List orgs then projects.
  • Rate limits: ~200 req/min; varies by plan and endpoint. Use X-Sentry-Rate-Limit-* headers.
  • Issue resolution: Resolving an issue affects all events in that group.

Use with Sentry Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Sentry API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Sentry?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Sentry Skill - SKILL.md for Claude Code, Cursor & More