Sentry
Sentry integration fetches unresolved error issues (with event count, affected users, severity, and culprit), error count stats over time, and project listings.What it powers
- Detail panel — Unresolved error issues list (second priority after Open Collective)
- KPI Strip — Unresolved error count cell (pulses red for critical)
Getting your auth token
Sign in to Sentry
Go to sentry.io and sign in.
Create an Auth Token
Go to Settings > Auth Tokens (or visit sentry.io/settings/auth-tokens/).Click Create New Token.Required scopes:
project:readevent:readorg:read
Environment variables
.env.local
API details
| Property | Value |
|---|---|
| API base URL | https://sentry.io/api/0/ |
| Rate limit | Standard Sentry API limits |
| Cache TTL | 2 minutes (projects: 10 minutes) |
| Authentication | Bearer token (Authorization: Bearer sntrys_...) |
Widgets that use this service
Detail Panel
Shows unresolved error issues.
KPI Strip
Error count cell.