sentry

Fetch Sentry issues and events with pagination and redaction.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/metric-space-ai/ctox --skill sentry-metric-space-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/metric-space-ai/ctox/tree/main/skills/packs/integration/sentry
Command: npx skills add https://github.com/metric-space-ai/ctox --skill sentry-metric-space-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve and summarize Sentry issues, events, and health data using a secure read-only API client, removing the need to manually query the Sentry UI for routine checks.

Core Features & Use Cases

  • List recent issues across an org/project with read-only queries.
  • Issue and event detail retrieval with pagination and safe redaction of sensitive data.
  • Health and observability insights from Sentry to monitor production errors.

Quick Start

Set SENTRY_AUTH_TOKEN and run the bundled script to list issues and view details.

Frequently Asked Questions about sentry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Sentry issues and events using an API?

You can retrieve Sentry issues and events by using a read-only API client that fetches structured data. This requires a valid Sentry authentication token and supports listing issues, viewing event details, and paginating results.

Can I list Sentry production errors without accessing the web UI?

Yes, you can list Sentry production errors without the UI by running a script that queries a read-only API. This allows you to summarize recent issues and monitor observability health data directly from your environment.

Do I need a Sentry auth token to fetch observability data?

Yes, fetching Sentry observability data requires a valid SENTRY_AUTH_TOKEN environment variable. You must also configure your base URL, organization, project, and time range to execute proper read-only queries.

How do I handle pagination when listing Sentry issue events?

Handling pagination for Sentry issue events is supported natively by the read-only API client. It allows you to sequentially fetch structured event details across large datasets without manually constructing query offsets.

Is there a way to redact sensitive data when retrieving Sentry event details?

Yes, redacting sensitive data during Sentry event retrieval is an optional built-in feature. It ensures that personally identifiable information is safely masked when presenting structured issue and event details.

What are the limitations of a read-only Sentry API client?

A read-only Sentry API client is limited to fetching and presenting issues, events, and health data. It cannot modify issue statuses, update project configurations, or resolve production errors within your Sentry environment.