Skip to main content

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.

  1. Log into Sentry
  2. Go to Settings > Auth Tokens
  3. Click Create New Token
  4. Grant the following scopes:
    • org:read
    • project:read
    • event:read
    • team:read
    • member:read
  5. Click Create Token
  6. 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

FieldValue
Auth TokenYour Sentry auth token (starts with sntrys_)
Organization SlugYour Sentry organization slug (e.g., my-org)
Base URL (optional)Override for self-hosted Sentry instances (default: https://sentry.io/api/0)

Available Streams

StreamDescriptionSync Mode
organizationsOrganization detailsFull refresh
projectsProject records with platform, statusFull refresh
issuesError/issue groups with title, status, level, assignmentIncremental
eventsIndividual error events with stack tracesIncremental
releasesRelease records with version infoFull refresh
teamsTeam definitionsFull refresh

Common Issues

SymptomCauseFix
401 UnauthorizedInvalid auth tokenGenerate a new token in Sentry > Settings > Auth Tokens
403 ForbiddenToken missing required scopesCreate a new token with all required scopes listed above
No events returnedEvents older than 90 daysSentry only retains event data for 90 days
Wrong organization dataIncorrect organization slugCheck your Sentry URL to find the correct slug
Rate limit exceededToo many API callsLanded 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