Commit 6c6cdb48 authored by Jason Goodman's avatar Jason Goodman

Specify which Instrumentation to use in Present.use method

Fixes spring attempting to load Gitlab::Instrumentation instead
parent 963ebeb6
......@@ -15,7 +15,7 @@ module Gitlab
end
def self.use(schema_definition)
schema_definition.instrument(:field, Instrumentation.new)
schema_definition.instrument(:field, ::Gitlab::Graphql::Present::Instrumentation.new)
end
end
end
......
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