From 755f52bade247519960cf0d77c456e0d95598ee9 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Mon, 21 Jan 2019 16:08:01 +0000 Subject: [PATCH] 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 (cherry picked from commit c2faab8d873e23577530b7dcdec6842dcbe1631e) 27b3838b Update release error tracking is available in to 11.8 --- doc/user/project/operations/error_tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab