sentry-cli

Automate Sentry API tasks via the command-line interface.

Updated Mar 24, 2016
One-click install
npx skills add https://github.com/jonmast/dotfiles --skill sentry-cli-jonmast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cli
Source: https://github.com/jonmast/dotfiles/tree/main/agents/skills/sentry-cli
Command: npx skills add https://github.com/jonmast/dotfiles --skill sentry-cli-jonmast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sentry-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Sentry integrations and monitoring, streamlining the process of viewing and analyzing issues, events, and project information from the command line.

Core Features & Use Cases

  • Issue Management: Quickly resolve and track issues within projects.
  • Event Analysis: Analyze event data to identify patterns and potential problems.
  • Project Monitoring: Monitor project health metrics and deployment status.
  • Use Case: When you need to view a specific issue in your project, use this Skill to quickly view its details and related events without navigating through the Sentry web interface.

Quick Start

To view a specific issue, use the command: sentry issue view <issue-id>

Frequently Asked Questions about sentry-cli

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

FAQPage Schema
How do I manage Sentry issues and events from the command line?

You can manage Sentry issues and events from the command line by using sentry-cli to automate Sentry API interactions. This allows you to track issues, analyze events, and monitor project health metrics without navigating the web interface.

Can I monitor Sentry project health metrics in a CI/CD pipeline?

Yes, you can monitor Sentry project health metrics in a CI/CD pipeline by executing sentry-cli commands within your scripts. This enables automated project monitoring and deployment status tracking directly during your routine pipeline execution.

Do I need to install and authenticate the Sentry CLI to use this integration?

Yes, you need the Sentry CLI installed and authenticated to use this integration. Proper authentication is a prerequisite for the scripts to successfully interact with the Sentry API and retrieve your project information.

What is the best way to view a specific Sentry issue without using the web interface?

The best way to view a specific Sentry issue without the web interface is using the command `sentry issue view <issue-id>`. This quickly displays issue details and related events directly in your terminal for efficient event analysis.

How does command line automation compare to the Sentry web interface for routine tasks?

Command line automation via sentry-cli streamlines routine Sentry tasks compared to the web interface by enabling scriptable issue tracking and event analysis. It is suitable for accessing project information quickly and automating repetitive monitoring actions.

When should I not use sentry-cli for project monitoring?

You should not use sentry-cli for project monitoring if your task requires visual event analysis dashboards or complex interactive issue triaging. The command line interface is optimized for automating routine tasks and retrieving specific project information rather than visual exploration.