Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.radarboard.app/llms.txt

Use this file to discover all available pages before exploring further.

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

1

Sign in to Sentry

Go to sentry.io and sign in.
2

Create an Auth Token

Go to Settings > Auth Tokens (or visit sentry.io/settings/auth-tokens/).Click Create New Token.Required scopes:
  • project:read
  • event:read
  • org:read
3

Find your organization slug

Your org slug is in the URL when viewing your Sentry dashboard: sentry.io/organizations/<ORG_SLUG>/.

Environment variables

.env.local
SENTRY_AUTH_TOKEN=sntrys_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
SENTRY_ORG_SLUG=your-org-slug

API details

PropertyValue
API base URLhttps://sentry.io/api/0/
Rate limitStandard Sentry API limits
Cache TTL2 minutes (projects: 10 minutes)
AuthenticationBearer token (Authorization: Bearer sntrys_...)

Widgets that use this service

Detail Panel

Shows unresolved error issues.

KPI Strip

Error count cell.