diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-01-21 16:08:01 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-01-21 16:08:01 +0000 |
commit | c2faab8d873e23577530b7dcdec6842dcbe1631e (patch) | |
tree | 0b22e76c04656d66c547ea09453721c6a44ea1a5 /doc | |
parent | 1914f3c40ca15d23fe3ae32b40e6ca1a0f868321 (diff) | |
parent | 27b3838b968079cea712a985a0d81580311705a2 (diff) | |
download | gitlab-ce-c2faab8d873e23577530b7dcdec6842dcbe1631e.tar.gz |
Merge branch 'update-errortracking-118-docs' into 'master'
Update release error tracking is available in to 11.8
See merge request gitlab-org/gitlab-ce!24528
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/operations/error_tracking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/operations/error_tracking.md b/doc/user/project/operations/error_tracking.md index 2b5abc7233f..c79fbad5765 100644 --- a/doc/user/project/operations/error_tracking.md +++ b/doc/user/project/operations/error_tracking.md @@ -1,6 +1,6 @@ # Error Tracking -> [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/169) in GitLab 11.7. +> [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/169) in GitLab 11.8. Error tracking allows developers to easily discover and view the errors that their application may be generating. By surfacing error information where the code is being developed, efficiency and awareness can be increased. |