lib/new_relic/agent/instrumentation/grape/chain.rb in newrelic_rpm-8.2.0 vs lib/new_relic/agent/instrumentation/grape/chain.rb in newrelic_rpm-8.3.0
- old
+ new
@@ -12,14 +12,13 @@
call_without_new_relic env
ensure
Grape::Instrumentation.capture_transaction env, self
end
end
-
+
alias_method :call_without_new_relic, :call
alias_method :call, :call_with_new_relic
end
end
end
end
end
-