sentry_get_issue
Retrieve and analyze a Sentry issue by providing its ID or URL. Simplifies error monitoring and debugging within the MCP Sentry para Cursor server.
Instructions
Retrieve and analyze a Sentry issue. Accepts issue URL or ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issueId | Yes | Issue ID or URL |
Input Schema (JSON Schema)
{
"properties": {
"issueId": {
"description": "Issue ID or URL",
"type": "string"
}
},
"required": [
"issueId"
],
"type": "object"
}