investigate_issue
Investigate a Sentry issue by analyzing your Ruby codebase to explain the cause and suggest fixes.
Instructions
Investigate a specific Sentry issue by analyzing the codebase and providing explanations and fixes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Sentry issue ID to investigate (supports both full IDs like "4567890123" and short IDs like "ATS-3YJ") | |
| codebase_path | No | Path to the codebase to analyze (default: current directory) | . |
| include_fix | No | Whether to provide code fix suggestions |