Sha256: 98a7a3ed21aefaa1449dd7dec37c1a9bdf3a7ab1d3d471a8acc1399a50f7911d
Contents?: true
Size: 721 Bytes
Versions: 11
Compression:
Stored size: 721 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
11 entries across 11 versions & 1 rubygems