Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1002 Bytes

File metadata and controls

22 lines (15 loc) · 1002 Bytes
title GitLab Integration
sidebar_title GitLab

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.