Fetch the most recent 10 issues from Sentry, optionally filtered by project name
Retrieves the 10 most recent issues from Sentry, optionally filtered by project name.
/plugin marketplace add getsentry/sentry-for-claude/plugin install sentry@sentry-plugin-marketplaceRetrieve and display the 10 most recent issues from Sentry.
/getIssues - Get the 10 most recent issues across all projects/getIssues <projectName> - Get the 10 most recent issues for a specific projectYou are tasked with fetching recent Sentry issues using the Sentry MCP server.
Parse the command arguments:
/getIssues sentryvibe should extract "sentryvibe")Use the Sentry MCP tools to fetch issues:
Display the results in a clear format:
## Recent Sentry Issues [for <project>]
### Issue 1: [Title]
- **ID:** [issue-id]
- **Project:** [project-name]
- **Status:** [status]
- **First Seen:** [timestamp]
- **Last Seen:** [timestamp]
- **Event Count:** [count]
- **Users Affected:** [count]
- **Link:** [sentry-url]
[Repeat for each issue]
Error handling: