Create an OAuth application
Register an OAuth2 application in your Sentry organization to enable OAuth authentication.
Sign in to Sentry
Sign in to your Sentry account.

Go to OAuth Applications
Navigate to Settings > Developer Settings > OAuth Applications. Click + Create New Application.

Create a new OAuth application
Start the process of creating a new OAuth application in Sentry.
- Select Confidential as the application type.
- Click Create Application to create the OAuth application.

Configure application settings
Fill in the application details.
- Name: e.g.
StackOne Integration(or any name you prefer) - Authorized Redirect URIs:
https://api.stackone.com/connect/oauth2/sentry/callback - Copy both the Client ID and Client Secret. The secret is shown only once; store it securely for later use.
- The form will be auto-saved.

Select OAuth scopes
Sentry does not have a scope selection step in the OAuth application form. You will need to enter the required scopes as a space-separated list in the Scopes field when configuring the connector profile.
Required scopes for a successful connection
Copy the following scopes and paste them into the Scopes field during connector setup. These scopes are required for full functionality:
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Sentry:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Sentry
- Select Type as OAuth 2.0 (Confidential Application)
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile