From 9225eb13ca5b4cae1b09b622b26fafd1c45a9e9c Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 31 Jul 2019 23:07:42 -0700 Subject: Add additional paths to clean from backtrace `Gitlab::Profiler` can also be used to profile Sidekiq jobs. Add some call traces that can be omitted from the backtrace. --- lib/gitlab/profiler.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/gitlab') diff --git a/lib/gitlab/profiler.rb b/lib/gitlab/profiler.rb index 615c0ec374c..ec7671f9a8b 100644 --- a/lib/gitlab/profiler.rb +++ b/lib/gitlab/profiler.rb @@ -21,6 +21,9 @@ module Gitlab lib/gitlab/profiler.rb lib/gitlab/correlation_id.rb lib/gitlab/webpack/dev_server_middleware.rb + lib/gitlab/sidekiq_status/ + lib/gitlab/sidekiq_logging/ + lib/gitlab/sidekiq_middleware/ ].freeze # Takes a URL to profile (can be a fully-qualified URL, or an absolute path) -- cgit v1.2.3