lib/newrelic-grape/instrument.rb in newrelic-grape-1.2.0 vs lib/newrelic-grape/instrument.rb in newrelic-grape-1.2.1

- old
+ new

@@ -1,4 +1,6 @@ +require 'new_relic/agent/instrumentation/controller_instrumentation' + module NewRelic module Agent module Instrumentation class Grape < ::Grape::Middleware::Base include ControllerInstrumentation