Method: GraphQL::Tracing::NewRelicTracing#platform_trace

Defined in:
lib/graphql/tracing/new_relic_tracing.rb

#platform_trace(platform_key, key, data) ⇒ Object



17
18
19
20
21
# File 'lib/graphql/tracing/new_relic_tracing.rb', line 17

def platform_trace(platform_key, key, data)
  NewRelic::Agent::MethodTracerHelpers.trace_execution_scoped(platform_key) do
    yield
  end
end