Sentry Integration
What it does
Import production errors and crashes. AI analyzes each one for bug intelligence.
How your data reaches Specky
Specky pulls from Sentry on a schedule. A sync runs when you open your workspace if the data has gone stale, and you can trigger one by hand from the integration card at any time.
What you'll need
Auth Token (Required) — Internal Integration auth token with event:read and project:read scopes.
Organization Slug (Required) — Your Sentry organization slug (visible in the URL).
Project Slug (Required) — The Sentry project slug to pull issues from.
Sentry Host (Optional) — Default is sentry.io. Change for self-hosted Sentry.Setup
Go to Settings → Integrations, find Sentry, and click Connect.
How to create an Auth Token
Go to Sentry → Settings → Developer Settings → Internal Integrations
Click "Create New Integration" and name it Specky
Grant these permissions:
-
Event: Read
-
Project: Read
-
Organization: Read
Save, then copy the generated Internal Integration Token (starts with sntrys_)Finding your slugs
Organization slug: the first path segment in your Sentry URL (sentry.io/organizations/<org>/)
Project slug: visible on the project list pageWhat Specky does with Sentry data
Pulls the latest unresolved issues and their most recent events
An AI agent reviews every error stacktrace for severity, root cause, and PM-relevant impact
Findings become Insights in your Product Graph, linked to originating issues
Recurring patterns across errors feed into Opportunities and the Discovery HubData synced
| Data | Used for |
| Unresolved issues | Bug tracking, user-impact scoring |
| Latest event per issue | Stacktrace, breadcrumbs, request context |
| User counts | Prioritization by affected-user count |
After connecting
Everything Specky pulls in from Sentry shows up in Discovery alongside your other sources, and feeds synthesis, clustering, and the AI chat's answers about your product. You don't have to do anything with it directly — it's there so the rest of Specky has something to reason over.
Disconnecting Sentry removes both the connection and the signals it brought in.
Troubleshooting
Connected, but nothing appears. Open the Sentry card and run a sync by hand. If it errors, the card shows the reason.
"Upgrade to connect". Your plan caps how many integrations you can connect at once, and a few providers are Scale-only. Settings → Usage shows where you stand.
Credentials stopped working. Tokens expire and get revoked. Reconnect with a fresh one — your existing signals are kept.See the Sentry integration page for what it's for and the questions people usually ask first, or the Integrations Overview for how integrations work in general.