Sha256: fce1a97425423efb389c75867ac3341604f1a4b6d249ae165083be9d68a71239
Contents?: true
Size: 493 Bytes
Versions: 10
Compression:
Stored size: 493 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true module NewRelic module Agent class Transaction class DatastoreSegment def record_span_event tracer = ::NewRelic::Agent.agent.infinite_tracer tracer << Proc.new { SpanEventPrimitive.for_datastore_segment self } end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems