expensify/app · Archived

sentry

Analyze Sentry issues, spans, crashes, and performance metrics. Use when user requests check in Sentry, asks about performance metrics and spans or asks about crash rates.

First seen Jun 17, 2026

Installation

$ npx skills add expensify/app --skill sentry

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from expensify/app.

npx skills add expensify/app

Browse all from expensify/app

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4.9K
License LICENSE.md
Default branch main
Open issues 1,393
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,833 B
  • docs SUMMARY.md 185 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Sentry

When to Use This Skill

Use Sentry skill when:

  • User requests any data from Sentry
  • User asks about performance metrics or span summary
  • User want to compare metrics between any date ranges
  • User asks about latest production crashes and issues
  • User want to investigate profiles or traces from production sessions

Sentry MCP

The Sentry MCP server is configured in .mcp.json and gives Claude Code direct access to Sentry.

Prerequisites

Setup (one-time per engineer): On first use, Claude Code will open a browser OAuth login to Sentry. Sign in and authorize — no manual token setup required.

Available MCP Tools

Use these tools for data analysis:

Tool Purpose
mcpsentryfind_releases Find release versions for scoping queries
mcpsentrysearch_issues Search for errors/crashes by query, project, date range
mcpsentrysearch_events Query raw events/spans (performance data, durations)
mcpsentrysearchissueevents Get individual events for a known issue ID
mcpsentrygetissuetag_values Inspect tag distributions (e.g. device, version) on an issue
mcpsentrygetsentryresource Fetch a specific Sentry resource by URL/ID

Do not use mcpsentryanalyzeissuewith_seer — AI analysis is out of scope for this skill.

Always use:

  • org slug: expensify
  • project slug: app

Example uses

  • "Search Sentry for crashes in the last 24h related to expense creation"
  • "Get details on Sentry issue APP-123"
  • "Compare P90 of ManualAppStartup durations between last two weeks"