GitLab Integration
Create a GitLab App
To use the GitLab integration you'll need to create an OAuth app in GitLab. To start, visit Applications.
When configuring the app, use the following values:
Setting | Value |
---|---|
Name | Sentry |
Redirect URI | {YOUR_DOMAIN}/extensions/gitlab/setup/ |
Scopes | api |
Ensure 'Confidential' is checked.
Take note of your application ID and secret as you'll need it in the next step.
Follow our documentation on installing and configuring the GitLab integration to finish installation and use the integration.
You can edit this page on GitHub.