{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load sentry_assets %} {% load i18n %} {% block css %} {% endblock %} {% block wrapperclass %} narrow auth {% endblock %} {% block modal_header_signout %} {% endblock %} {% block title %} {% trans "GitLab Setup" %} | {{ block.super }} {% endblock %} {% block main %} {% if form %}
{% trans "Add your GitLab App credentials to Sentry." %}
{% else %}{% 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." %}
/-/profile/applications
path in your GitLab instance." %}{% trans "You must complete the above steps in GitLab to connect GitLab with Sentry." %}
{% endif %} {% endblock %}