lib/oboe/frameworks/padrino.rb in oboe-2.6.6.1 vs lib/oboe/frameworks/padrino.rb in oboe-2.6.7.1

- old
+ new

@@ -40,11 +40,11 @@ end end end if defined?(::Padrino) - # This instrumentation is a superset of the Sinatra instrumentation similar + # This instrumentation is a superset of the Sinatra instrumentation similar # to how Padrino is a superset of Sinatra itself. ::Oboe.logger.info "[oboe/loading] Instrumenting Padrino" if Oboe::Config[:verbose] require 'oboe/frameworks/padrino/templates' @@ -55,10 +55,10 @@ ::Oboe::Util.send_include(::Padrino::Routing::InstanceMethods, ::Oboe::PadrinoInst::Routing) if defined?(::Padrino::Rendering) ::Oboe::Util.send_include(::Padrino::Rendering::InstanceMethods, ::Oboe::PadrinoInst::Rendering) end - + # Report __Init after fork when in Heroku Oboe::API.report_init unless Oboe.heroku? end end