Sentry Connector
Prerequisites
- A Sentry account (any plan, including free)
- Organization Owner or Manager access to create auth tokens
Getting Your Credentials
Sentry uses an Auth Token for authentication.
- Log into Sentry
- Go to Settings > Auth Tokens
- Click Create New Token
- Grant the following scopes:
org:readproject:readevent:readteam:readmember:read
- Click Create Token
- Copy the token (starts with
sntrys_)
Finding Your Organization Slug
Your organization slug is the URL path segment after sentry.io. For example, if your Sentry URL is https://my-org.sentry.io, your organization slug is my-org.
Configuration in Landed
| Field | Value |
|---|---|
| Auth Token | Your Sentry auth token (starts with sntrys_) |
| Organization Slug | Your Sentry organization slug (e.g., my-org) |
| Base URL (optional) | Override for self-hosted Sentry instances (default: https://sentry.io/api/0) |
Available Streams
| Stream | Description | Sync Mode |
|---|---|---|
organizations | Organization details | Full refresh |
projects | Project records with platform, status | Full refresh |
issues | Error/issue groups with title, status, level, assignment | Incremental |
events | Individual error events with stack traces | Incremental |
releases | Release records with version info | Full refresh |
teams | Team definitions | Full refresh |
Common Issues
| Symptom | Cause | Fix |
|---|---|---|
401 Unauthorized | Invalid auth token | Generate a new token in Sentry > Settings > Auth Tokens |
403 Forbidden | Token missing required scopes | Create a new token with all required scopes listed above |
| No events returned | Events older than 90 days | Sentry only retains event data for 90 days |
| Wrong organization data | Incorrect organization slug | Check your Sentry URL to find the correct slug |
Rate limit exceeded | Too many API calls | Landed handles rate limiting automatically |
Self-Hosted Sentry
If you run a self-hosted Sentry instance, set the Base URL field to your instance's API endpoint (e.g., https://sentry.yourcompany.com/api/0).
Static IPs for Allowlisting
If your Sentry instance requires IP allowlisting:
- Production:
34.170.185.84,35.192.90.94 - Staging:
34.171.93.34