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.
This commit is contained in:
Stan Hu 2019-07-31 23:07:42 -07:00
parent ce77d137ab
commit 9225eb13ca
1 changed files with 3 additions and 0 deletions

View File

@ -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)