lib/instana.rb in instana-0.12.1 vs lib/instana.rb in instana-0.13.1
- old
+ new
@@ -1,10 +1,10 @@
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"
+# gem "instana", :require => "instana/setup"
#
# ...and manually call ::Instana.agent.start in the thread
# of your choice
#
Thread.new do