Sentry Cli

🌐Community
by sentry · vlatest · Repository

Sentry Cli allows you to interact with Sentry directly from your command line for efficient issue tracking and monitoring automation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add sentry-cli npx -- -y @trustedskills/sentry-cli
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "sentry-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/sentry-cli"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The sentry-cli skill provides command-line interface (CLI) access to Sentry, a popular error tracking and performance monitoring platform. It allows you to interact with your Sentry projects directly from an AI agent, enabling tasks like creating issues, retrieving events, and managing project configurations. This skill streamlines workflows by automating common Sentry operations within the context of other AI-powered processes.

When to use it

  • Automated Issue Creation: Automatically create Sentry issues based on data extracted from logs or external systems.
  • Event Retrieval for Analysis: Retrieve specific error events from Sentry for deeper investigation and reporting.
  • Project Configuration Management: Update project settings, such as release tracking or environment configurations, programmatically.
  • Incident Response Automation: Integrate with incident response workflows to automatically triage and assign issues based on Sentry data.

Key capabilities

  • CLI access to Sentry projects
  • Issue creation functionality
  • Event retrieval
  • Project configuration management

Example prompts

  • "Create a new Sentry issue for this error: [error message]"
  • "Retrieve the last 10 error events from my 'production' environment."
  • "Set the current release to 'v1.2.3' in my Sentry project."

Tips & gotchas

  • Requires a valid Sentry API key and organization/project configuration for authentication.
  • The skill’s functionality is dependent on the permissions granted to the associated Sentry API key.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sentry
Installs
0

🌐 Community

Passed automated security scans.