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 f9ef0f3 commit 332c03eCopy full SHA for 332c03e
lib/graphql/tracing/prometheus_trace.rb
@@ -25,7 +25,7 @@ def initialize(client: PrometheusExporter::Client.default, keys_whitelist: ["exe
25
}.each do |trace_method, platform_key|
26
module_eval <<-RUBY, __FILE__, __LINE__
27
def #{trace_method}(**data, &block)
28
- instrument_execution("#{platform_key}", "#{trace_method}", &block)
+ instrument_execution("#{platform_key}", "#{trace_method}") { super }
29
end
30
RUBY
31
0 commit comments