Commit 38375516 authored by charlie ablett's avatar charlie ablett

Merge branch '212416-fix-loading-of-graphql-instrumentation' into 'master'

Use full namespace when loading Instrumentation

Closes #212416

See merge request gitlab-org/gitlab!28072
parents 24ab2c4a 83444b9a
......@@ -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