summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Read <tread@gitlab.com>2019-01-09 17:14:27 +0100
committerTristan Read <tread@gitlab.com>2019-01-09 17:14:27 +0100
commit15b44b2b19f1cb8c7880adbb8093ccd2dac14200 (patch)
treeb7eff0ffce349693689021735d0bed3ad38b45e1
parentc7c72fd3db482b3fe99d133d6d8f5ad3ec977db0 (diff)
downloadgitlab-ce-55581-error-tracking-docs.tar.gz
Clean up various typos / styling issues55581-error-tracking-docs
-rw-r--r--doc/user/project/operations/error_tracking.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/user/project/operations/error_tracking.md b/doc/user/project/operations/error_tracking.md
index 747d68e3b58..2b5abc7233f 100644
--- a/doc/user/project/operations/error_tracking.md
+++ b/doc/user/project/operations/error_tracking.md
@@ -6,7 +6,7 @@ Error tracking allows developers to easily discover and view the errors that the
## Sentry error tracking
-[Sentry](https://sentry.io/) is an open source error tracking system. GitLab allows administrators to connect Sentry to Gitlab, to allow users to view a list of Sentry errors in GitLab itself.
+[Sentry](https://sentry.io/) is an open source error tracking system. GitLab allows administrators to connect Sentry to GitLab, to allow users to view a list of Sentry errors in GitLab itself.
### Deploying Sentry
@@ -14,14 +14,14 @@ You may sign up to the cloud hosted https://sentry.io or deploy your own [on-pre
### Enabling Sentry
-GitLab provides an easy way to connect Sentry to your project.
+GitLab provides an easy way to connect Sentry to your project:
-1. Sign up to Sentry.io or [deploy your own](#deploying-sentry) Sentry instance
-1. [Find or generate](https://docs.sentry.io/api/auth/) a Sentry auth token for your Sentry project
-1. Navigate to your project’s **Settings > Operations** and provide the Sentry API URL and auth token
-1. Ensure that the 'Active` checkbox is set
+1. Sign up to Sentry.io or [deploy your own](#deploying-sentry) Sentry instance.
+1. [Find or generate](https://docs.sentry.io/api/auth/) a Sentry auth token for your Sentry project.
+1. Navigate to your project’s **Settings > Operations** and provide the Sentry API URL and auth token.
+1. Ensure that the 'Active' checkbox is set.
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
+1. You can now visit **Operations > Error Tracking** in your project's sidebar to [view a list](#error-tracking-list) of Sentry errors.
## Error Tracking List