sentry-cli

Manages Sentry issues, releases, and performance monitoring via command line.

5|1|Updated Oct 18, 2019
One-click install
npx skills add https://github.com/Marshall-Hallenbeck/dot_files --skill sentry-cli-marshall-hallenbeck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cli
Source: https://github.com/Marshall-Hallenbeck/dot_files/tree/main/.claude/skills/sentry-cli
Command: npx skills add https://github.com/Marshall-Hallenbeck/dot_files --skill sentry-cli-marshall-hallenbeck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of switching between your IDE and the Sentry web dashboard, allowing you to investigate issues, manage releases, and monitor performance directly from your command line.

Core Features & Use Cases

  • Issue Investigation: Quickly list, view, and analyze root causes of errors without leaving your terminal.
  • Release Management: Automate release creation, commit association, and deployment tracking in your CI/CD pipelines.
  • Performance Monitoring: Query aggregate span and trace data to identify latency bottlenecks in real-time.

Quick Start

Use the sentry-cli skill to list the five most recent unresolved issues in your current project.

Frequently Asked Questions about sentry-cli

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

FAQPage Schema
How do I investigate unresolved Sentry issues from the command line?

You can investigate unresolved Sentry issues directly from the command line by using this interface to list, view, and analyze error root causes without leaving your terminal. It queries authenticated Sentry APIs to retrieve issue data.

Can I automate Sentry release management and deployment tracking in CI/CD?

Yes, you can automate Sentry release management in CI/CD by using command-line operations to create releases, associate commits, and track deployments. This removes the friction of switching to the Sentry web dashboard.

Do I need the Sentry CLI binary to monitor performance and trace data?

Yes, you need the Sentry CLI binary installed and active authentication configured. These prerequisites allow the interface to perform authenticated API operations against your Sentry organizations to query aggregate span data.

What is the best way to query Sentry performance monitoring data for latency bottlenecks?

The best way to query Sentry performance monitoring data for latency bottlenecks is using this command-line interface. It queries aggregate span and trace data directly from the API to identify latency issues in real-time.

Does Sentry CLI work for managing dashboard configuration and observability without a browser?

Yes, Sentry CLI works for managing dashboard configuration and observability without a browser. It provides a comprehensive interface for interacting directly with Sentry's API to manage issues, releases, and performance monitoring.