sentry

Fetch rank-analysis Sentry metrics via REST API for DAU, logs, errors, releases, and issues.

401|40|Updated Dec 8, 2024
One-click install
npx skills add https://github.com/wnzzer/rank-analysis --skill sentry-wnzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/wnzzer/rank-analysis/tree/main/.claude/skills/sentry
Command: npx skills add https://github.com/wnzzer/rank-analysis --skill sentry-wnzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rank-analysis teams need a direct way to query Sentry data to monitor app health, user impact, and release quality without depending on MCP agents or flaky pipelines.

Core Features & Use Cases

  • Real-time DAU, events, and errors metrics from the Rank-Analysis project via REST endpoints.
  • Release health and issue tracking: fetch release lists and unresolved issues to diagnose stability.
  • Use Case: A developer wants to compare error trends across releases to identify problematic deployments.

Quick Start

Query Sentry data for rank-analysis using the REST API to monitor DAU, logs, errors, releases, and issues.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I query Sentry events and errors via REST API for real-time monitoring?

Track Sentry release health by fetching release lists and unresolved issues via the /releases/ REST endpoint. This allows developers to compare error trends across releases and diagnose problematic deployments for the Rank Analysis project.

What Sentry API token scopes are required to read organization events and releases?

Reading Sentry organization events and releases requires a SENTRY_TOKEN configured with org:read and event:read scopes. These permissions allow the REST API to aggregate app health, DAU, and error metrics across environments.

Does Sentry REST API work for monitoring DAU and issue trends without an MCP agent?

Sentry REST API supports monitoring DAU and issue trends directly without an MCP agent. By querying endpoints like /sessions/ and /events/, teams can independently monitor real-time app health and release performance for the Rank Analysis project.

Can I fetch unresolved Sentry issues to diagnose application stability across releases?

Fetch unresolved Sentry issues by querying the REST API to diagnose application stability across releases. This process retrieves issue lists and release data to identify problematic deployments and monitor error trends for the Rank Analysis project.

What is the best way to monitor app health for a specific project using Sentry REST endpoints?

The best way to monitor app health for a specific project is querying Sentry REST endpoints like /events/ and /sessions/ to aggregate real-time DAU, logs, and errors. This direct method bypasses flaky pipelines for accurate Rank Analysis monitoring.