Sentry Issue Summarizer
Pricing
from $0.01 / 1,000 results
Sentry Issue Summarizer
Get AI-powered summaries of your Sentry errors with root cause analysis and fix suggestions. Reduce alert fatigue with intelligent daily/weekly digests. Daily/Weekly Digests AI Root Cause Analysis Fix Suggestions: AI-generated fixes Trend Detection Slack Integration Multi-Project Support
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Sentry Issue Summarizer - AI Error Analysis & Daily Digests
Get AI-powered summaries of your Sentry errors. Daily/weekly digests, root cause analysis, and fix suggestions using Claude, GPT-4, or Gemini. Perfect for staying on top of production issues without alert fatigue.
BYOK (Bring Your Own Key) -- you provide your own API credentials.
Before You Start
This actor requires your own API credentials to fetch real data.
Where to get your key: Your Sentry authentication token. Create at Settings > Auth Tokens with 'project:read' scope
Quick Start
Run with real data
{"sentryAuthToken": "YOUR_API_KEY_HERE","task": "daily_digest","timeRange": "24h","minLevel": "error","maxIssues": 25,"includeStackTraces": true,"groupByRelease": true,"aiProvider": "claude","claudeApiKey": "YOUR_API_KEY_HERE","openaiApiKey": "YOUR_API_KEY_HERE","geminiApiKey": "YOUR_API_KEY_HERE"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
sentryAuthToken | string | - | Yes* | Your Sentry authentication token. Create at Settings > Auth Tokens with 'project:read' scope |
sentryOrg | string | - | No | Your Sentry organization slug |
sentryProject | string | - | No | Your Sentry project slug (or comma-separated list for multiple projects) |
task | string | "daily_digest" | Yes* | What analysis to perform |
issueId | string | - | No | Specific issue ID to analyze (for analyze_issue task) |
timeRange | string | "24h" | No | Time range for analysis |
minLevel | string | "error" | No | Minimum error level to include |
maxIssues | integer | 25 | No | Maximum number of issues to analyze |
includeStackTraces | boolean | true | No | Include stack traces in AI analysis for better fix suggestions |
groupByRelease | boolean | true | No | Group issues by release version |
aiProvider | string | "claude" | No | Which AI provider to use for summaries and fix suggestions |
claudeApiKey | string | - | Yes* | Your Anthropic Claude API key |
openaiApiKey | string | - | Yes* | Your OpenAI API key |
geminiApiKey | string | - | Yes* | Your Google Gemini API key |
slackWebhook | string | - | No | Send digest to Slack channel |
webhookUrl | string | - | No | URL to receive a POST request when the actor run finishes |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Issue Analyzed | Each Sentry issue analyzed | $0.01 |
| AI Summary Generated | AI generates issue summary and fix suggestions | $0.03 |
| Digest Generated | Daily/weekly digest compilation | $0.05 |
Troubleshooting
"API key is required"
- Add your API key in the input
"API error 403" or "Unauthorized"
Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- API key without proper permissions
- The target data doesn't exist or is too small to track
How do I test without an API key?
Built by John Rippy | Actor Arsenal
Running without credentials
If you run this actor without API credentials, it does not fail. It returns clearly labeled sample data instead. Sample items include demo: true and a _notice field, and sample runs charge no task events. Provide your own credentials in the input to receive live data. You can also set demoMode to true to preview the sample output explicitly.