Commit 89e2feab authored by Sean McGivern's avatar Sean McGivern Committed by Jose Ivan Vargas

Merge branch '36061-mr-ref-instrument' into 'master'

Instrument MergeRequest#fetch_ref

See merge request !13980
parent 60114c96
---
title: Instrument MergeRequest#fetch_ref
merge_request:
author:
type: other
......@@ -122,6 +122,7 @@ def instrument_classes(instrumentation)
# Needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/36061
instrumentation.instrument_instance_method(MergeRequest, :ensure_ref_fetched)
instrumentation.instrument_instance_method(MergeRequest, :fetch_ref)
end
# rubocop:enable Metrics/AbcSize
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment