Connection
- Authentication: API key (Sentry auth token).
- Required settings:
- Sentry host — sentry.io for US data storage, de.sentry.io for EU data storage
Sentry → Settings → Custom Integrations → Create New Integration → Internal Integration → Next. Name it, set the permissions Project: Read, Team: Read, Organization: Read, Issue & Event: Read & Write and Release: Admin (only needed to create releases), Save Changes, then copy the token shown under Tokens. Alternatively, use a personal token (User settings → Personal Tokens) with the scopes org:read, project:read, team:read, event:read, event:write and project:releases. Organization tokens are not enough: they only cover CI tasks. Pick the host matching your data storage location: sentry.io (US) or de.sentry.io (EU).See Sentry’s documentation.