Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get the latest event for a Sentry issue, including the stack trace and tags needed for root-cause analysis
| Field | Value |
|---|---|
| Name | sentry__get_latest_event |
| Group | Integrations |
{
"type": "object",
"properties": {
"organizationSlug": {
"type": "string",
"description": "Sentry organization slug"
},
"issueId": {
"type": "string",
"description": "Sentry issue ID"
}
},
"required": [
"organizationSlug",
"issueId"
],
"description": "Input schema for the sentry__get_latest_event tool."
}