diff --git a/src/sentry/templates/sentry/integrations/gitlab-config.html b/src/sentry/templates/sentry/integrations/gitlab-config.html index 4e8efe51c0754d..056e160c44acd2 100644 --- a/src/sentry/templates/sentry/integrations/gitlab-config.html +++ b/src/sentry/templates/sentry/integrations/gitlab-config.html @@ -29,6 +29,7 @@ {% if form %}

{% trans "Step 2: Connect Sentry with your App" %}

{% trans "Add your GitLab App credentials to Sentry." %}

+

{% trans "We recommend using a service account on Gitlab to install the integration. See the" %} {% trans "docs" %}.

{% csrf_token %} @@ -51,9 +52,9 @@

{% trans "Step 1: Create a Sentry App in GitLab" %}

{% trans "To configure GitLab with Sentry, you will need to create a Sentry app in your GitLab instance." %}

{% trans "You'll also need to be a maintainer or owner in GitLab. Projects owned by users are not supported." %}

    -
  1. {% trans "Navigate to the User Settings section of your GitLab instance." %}
  2. -
  3. {% trans "In the sidebar, select 'Applications'.
    Or go to the /-/profile/applications path in your GitLab instance." %}
  4. -
  5. {% trans "In the resulting form, enter the following information:" %} +
  6. {% trans "Navigate to the Settings section of your GitLab group instance." %}
  7. +
  8. {% trans "In the sidebar, select 'Applications'.
    Or go to the /-/settings/applications path in your GitLab instance." %}
  9. +
  10. {% trans "In the resulting form, enter the following information to create a group application:" %}
      {% for val in setup_values %}
    • {{ val.label }}: {{ val.value }}