Sentry Issue Summarizer avatar

Sentry Issue Summarizer

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Sentry Issue Summarizer

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

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

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

ParameterTypeDefaultRequiredDescription
demoModebooleantrueNoRun with sample error data to test the actor without Sentry access
sentryAuthTokenstring-Yes*Your Sentry authentication token. Create at Settings > Auth Tokens with 'project:read' scope
sentryOrgstring-NoYour Sentry organization slug
sentryProjectstring-NoYour Sentry project slug (or comma-separated list for multiple projects)
taskstring"daily_digest"Yes*What analysis to perform
issueIdstring-NoSpecific issue ID to analyze (for analyze_issue task)
timeRangestring"24h"NoTime range for analysis
minLevelstring"error"NoMinimum error level to include
maxIssuesinteger25NoMaximum number of issues to analyze
includeStackTracesbooleantrueNoInclude stack traces in AI analysis for better fix suggestions
groupByReleasebooleantrueNoGroup issues by release version
aiProviderstring"claude"NoWhich AI provider to use for summaries and fix suggestions
claudeApiKeystring-Yes*Your Anthropic Claude API key
openaiApiKeystring-Yes*Your OpenAI API key
geminiApiKeystring-Yes*Your Google Gemini API key
slackWebhookstring-NoSend digest to Slack channel
webhookUrlstring-NoURL to receive a POST request when the actor run finishes

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Issue AnalyzedEach Sentry issue analyzed$0.01
AI Summary GeneratedAI generates issue summary and fix suggestions$0.03
Digest GeneratedDaily/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