We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332c03e commit c8b19e1Copy full SHA for c8b19e1
lib/graphql/tracing/prometheus_trace.rb
@@ -24,7 +24,7 @@ def initialize(client: PrometheusExporter::Client.default, keys_whitelist: ["exe
24
'execute_query_lazy' => "graphql.execute",
25
}.each do |trace_method, platform_key|
26
module_eval <<-RUBY, __FILE__, __LINE__
27
- def #{trace_method}(**data, &block)
+ def #{trace_method}(**data)
28
instrument_execution("#{platform_key}", "#{trace_method}") { super }
29
end
30
RUBY
0 commit comments