Skip to content
Snippets Groups Projects
Commit e476b49d authored by Michael Kozono's avatar Michael Kozono Committed by GitLab Release Tools Bot
Browse files

Merge branch 'sh-disable-diff-instrumentation' into 'master'

Disable method instrumentation for diffs

Closes #52898

See merge request gitlab-org/gitlab-ce!27235

(cherry picked from commit b9e6e725)

b397ad8a Disable method instrumentation for diffs
parent bd8f532d
No related branches found
No related tags found
No related merge requests found
---
title: Disable method instrumentation for diffs
merge_request: 27235
author:
type: performance
Loading
Loading
@@ -30,7 +30,6 @@ def instrument_classes(instrumentation)
# are included.
%w(app services [^concerns]**) => %w(app services),
%w(lib gitlab conflicts) => ['lib'],
%w(lib gitlab diff) => ['lib'],
%w(lib gitlab email message) => ['lib'],
%w(lib gitlab checks) => ['lib']
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment