Sha256: a9b10c8a6ad68f2079ff0424a2c71a09a41512de26b841e3eac8c0629fdc0964
Contents?: true
Size: 633 Bytes
Versions: 26
Compression:
Stored size: 633 Bytes
Contents
# (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2016 require 'instana/setup' # Boot the instana agent background thread. If you wish to have greater # control on the where and which thread this is run in, instead use # # gem "instana", :require => "instana/setup" # # ...and override ::Instana::Agent.spawn_background_thread to boot # the thread of your choice. # # :nocov: unless ENV.fetch('INSTANA_DISABLE', false) ::Instana::Activator.start ::Instana.agent.spawn_background_thread ::Instana.logger.info "Stan is on the scene. Starting Instana instrumentation version #{::Instana::VERSION}" end # :nocov:
Version data entries
26 entries across 26 versions & 1 rubygems