summaryrefslogtreecommitdiff
path: root/lib/gitlab/backtrace_cleaner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/backtrace_cleaner.rb')
-rw-r--r--lib/gitlab/backtrace_cleaner.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/backtrace_cleaner.rb b/lib/gitlab/backtrace_cleaner.rb
index 30ec99808f7..d04f0983d12 100644
--- a/lib/gitlab/backtrace_cleaner.rb
+++ b/lib/gitlab/backtrace_cleaner.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+# Remove some GitLab code from backtraces. Do not use this for logging errors in
+# production environments, as the error may be thrown by our middleware.
module Gitlab
module BacktraceCleaner
IGNORE_BACKTRACES = %w[