Commit e933a0b0 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'uninstrument-banzai-reference-extractor' into 'master'

Un-instrument Banzai::ReferenceExtractor

No changelog entry since this isn't really something new compared to 8.6, instead it adjusts something that was added for 8.7.

See merge request !3676
parents 734df1bb b3d8b995
...@@ -85,9 +85,6 @@ if Gitlab::Metrics.enabled? ...@@ -85,9 +85,6 @@ if Gitlab::Metrics.enabled?
config.instrument_instance_methods(const) config.instrument_instance_methods(const)
end end
config.instrument_methods(Banzai::ReferenceExtractor)
config.instrument_instance_methods(Banzai::ReferenceExtractor)
config.instrument_methods(Banzai::Renderer) config.instrument_methods(Banzai::Renderer)
config.instrument_methods(Banzai::Querying) config.instrument_methods(Banzai::Querying)
......
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