Sha256: e140996060e782fccfaed528c0e1c66e0686e1742a4f09538273914b8fb4da97
Contents?: true
Size: 337 Bytes
Versions: 29
Compression:
Stored size: 337 Bytes
Contents
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 manually call ::Instana.agent.start in the thread # of your choice # Thread.new do ::Instana.agent.start end
Version data entries
29 entries across 29 versions & 1 rubygems