summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpereira2 <rpereira@gitlab.com>2019-02-07 12:31:53 +0530
committerrpereira2 <rpereira@gitlab.com>2019-02-15 22:40:43 +0530
commit92079663e9d62912851c45c06600cbfe36df8d7e (patch)
tree6aa723f163c7eda5fc3684a54444db176034b8da
parent8ce689e642d3ba8c9adbc1ab1116655eedea1c49 (diff)
downloadgitlab-ce-55199-docs.tar.gz
Unindent inner list55199-docs
-rw-r--r--doc/user/project/operations/error_tracking.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/project/operations/error_tracking.md b/doc/user/project/operations/error_tracking.md
index 34262b965e2..328d5951a5b 100644
--- a/doc/user/project/operations/error_tracking.md
+++ b/doc/user/project/operations/error_tracking.md
@@ -23,11 +23,11 @@ GitLab provides an easy way to connect Sentry to your project:
1. [Find or generate](https://docs.sentry.io/api/auth/) a Sentry auth token for your Sentry project.
Make sure to give the token at least the following scopes: `event:read` and `project:read`.
1. Navigate to your project’s **Settings > Operations**.
- 1. Ensure that the **Active** checkbox is set.
- 1. In the **Sentry API URL** field, enter your Sentry hostname. For example, `https://sentry.example.com`.
- 1. In the **Auth Token** field, enter the token you previously generated.
- 1. Click the **Connect** button to test the connection to Sentry and populate the **Project** dropdown.
- 1. From the **Project** dropdown, choose a Sentry project to link to your GitLab project.
+1. Ensure that the **Active** checkbox is set.
+1. In the **Sentry API URL** field, enter your Sentry hostname. For example, `https://sentry.example.com`.
+1. In the **Auth Token** field, enter the token you previously generated.
+1. Click the **Connect** button to test the connection to Sentry and populate the **Project** dropdown.
+1. From the **Project** dropdown, choose a Sentry project to link to your GitLab project.
1. Click **Save changes** for the changes to take effect.
1. You can now visit **Operations > Error Tracking** in your project's sidebar to [view a list](#error-tracking-list) of Sentry errors.