Overview

Pre-built tooling

Pre-built integrations

No pre-built integration yet (time to contribute: <48h)

Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account✅ Not requiredFree, self-signup here.
Paid test account✅ Not requiredFree, self-signup here.
Partnership✅ Not required
App review❗ Required if publishingRequired only when publishing the integration.
Security audit✅ Not required

Setup guide

1

Create a Sentry account

  1. If you don’t already have a Sentry account, go to sentry.io and sign up for a free account.
  2. Sign in to your Sentry account.
2

Create a new Nango integration

  1. Navigate to Integrations, then click Configure New Integration.
  2. Search for Sentry (Public Integrations) and select it.
  3. You can leave the Client ID and Client Secret fields empty for now — you’ll fill them in later.
3

Create a new Sentry integration

  1. Naviagate to Settings > Custom Integrations.
  2. Click Create New Integration and select Public Integration then click Next.
4

Configure your integration

Fill in the required fields:

  1. Name: Enter a name for your integration (e.g., “My App Integration”).
  2. Author: The company or person who built and maintains this Integration.
  3. Webhook URL: You can find the specific Webhook URL on the integration page of the Nango integration you created earlier in Step 2.
  4. Under PERMISSIONS, configure the required scopes for your integration.
5

Obtain your OAuth credentials

After saving your integration, you’ll receive:

  • Client ID
  • Client Secret

These will be used when configuring your integration in Nango.

6

Configure your integration in Nango

Using the integration you created earlier within Nango, enter your Client ID and Client Secret from the previous step, then save your changes.

7

Submit for review (if publishing publicly)

  1. Once your integration is ready for public use, ensure that you have a valid logo, navigate to Settings > Custom Integrations.
  2. Click Publish next to your integration.
  3. This will notify the Sentry team (via email) that your app is ready for review.

Public integrations require review before being listed in the Sentry marketplace.

8

Next

Follow the Quickstart.

Need help getting started? Get help in the community.
TopicLinks
GeneralSentry Website
Create a Sentry Account
DeveloperIntegration Platform Overview
API Reference
Authorization & OAuth Guide
Public Integration
Public Integration OAuth Process
Public Integration Publication
Rate Limits
Alerts & Notifications
Contribute useful links by editing this page

API gotchas

  • A partial connection is created when initiating the OAuth flow for a Sentry public integration in Nango. This connection remains in a pending state until the user manually accepts and installs the integration from the Sentry Public Integrations page (via the Accept & Install button).
Contribute API gotchas by editing this page

Going further

Connect to Sentry (Public Integrations)

Guide to connect to Sentry (Public Integrations) with an Auth Token using Connect UI