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 e377cc2 commit 43795f4Copy full SHA for 43795f4
lib/graphql/tracing/statsd_tracing.rb
@@ -20,7 +20,6 @@ def initialize(statsd:, **rest)
20
super(**rest)
21
end
22
23
-
24
def platform_trace(platform_key, key, data)
25
@statsd.time(platform_key) do
26
yield
0 commit comments