lib/oboe/ruby.rb in oboe-2.1.3 vs lib/oboe/ruby.rb in oboe-2.1.4

- old
+ new

@@ -1,9 +1,9 @@ module Oboe module Ruby def self.initialize - Oboe::API.report_init('ruby') Oboe::Loading.load_access_key + Oboe::Loading.set_tracing_mode Oboe::Inst.load_instrumentation end end end