summaryrefslogtreecommitdiff
path: root/doc/operations/error_tracking.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 12:09:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 12:09:03 +0000
commit53ea1228bef63279e558b08b50144775f6f3a4c4 (patch)
treeec6534ce84a6451a67f1c34257064e1aa624b717 /doc/operations/error_tracking.md
parent764ff99273496e7d1da0dc9cc2255445cf7dc540 (diff)
downloadgitlab-ce-53ea1228bef63279e558b08b50144775f6f3a4c4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/operations/error_tracking.md')
-rw-r--r--doc/operations/error_tracking.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/operations/error_tracking.md b/doc/operations/error_tracking.md
index 5400e92ce3c..009fb1dd3ae 100644
--- a/doc/operations/error_tracking.md
+++ b/doc/operations/error_tracking.md
@@ -123,22 +123,6 @@ settings. By using a GitLab-provided DSN, your application connects to GitLab to
Those errors are stored in the GitLab database and rendered by the GitLab UI, in the same way as
Sentry integration.
-### Feature flag
-
-The integrated error tracking feature is behind a feature flag that is disabled by default.
-
-To enable it:
-
-```ruby
-Feature.enable(:integrated_error_tracking)
-```
-
-To disable it:
-
-```ruby
-Feature.disable(:integrated_error_tracking)
-```
-
### Project settings
The feature should be enabled on the project level. However, there is no UI to enable this feature yet.