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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 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
You can test with Demo Mode first (free, no key needed) to see the output format before committing.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"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 |
|---|---|---|---|---|
demoMode | boolean | true | No | Run with sample error data to test the actor without Sentry access |
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 |
*Required when Demo Mode is off.
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 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API key is required"
You have Demo Mode turned off but didn't provide an API key. Either:
- Turn Demo Mode on to test with sample data
- 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?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal
