Sha256: f1162446e747c6fe2ea27c993b0dfe91a1b898569311e7719b1ad75f55c8f23a
Contents?: true
Size: 722 Bytes
Versions: 7
Compression:
Stored size: 722 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::Agent module InfiniteTracing if Config.enabled? || Config.test_framework? NewRelic::Agent.logger.debug "Integrating Infinite Tracer with Agent" require_relative 'agent_integrations/agent' require_relative 'agent_integrations/segment' require_relative 'agent_integrations/datastore_segment' require_relative 'agent_integrations/external_request_segment' else NewRelic::Agent.logger.debug "Skipped Integrating Infinite Tracer with Agent" end end end
Version data entries
7 entries across 7 versions & 1 rubygems