Back to skills

sentry

infrastructure

Connects to the Sentry API to read production error data. Fetches issue lists, event details, and basic health stats for a given org and project. All operations are read-only. Instead of switching to

Setup & Installation

npx skills add https://github.com/openai/sentry --skill sentry
or paste the link and ask your coding assistant to install it
https://github.com/openai/sentry
View on GitHub

What This Skill Does

Connects to the Sentry API to read production error data. Fetches issue lists, event details, and basic health stats for a given org and project. All operations are read-only. Instead of switching to the Sentry UI and clicking through filters, you can pull issue lists and event details directly in your terminal or editor with a single command.

When to use it

  • Working with sentry functionality
  • Implementing sentry features
  • Debugging sentry related issues