ruby-on-rails – Newrelic开发人员模式不能使用ruby-prof

前端之家收集整理的这篇文章主要介绍了ruby-on-rails – Newrelic开发人员模式不能使用ruby-prof前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在rails 3.2应用程序中本地使用newrelic_rpm开发人员模式.这工作正常

当我安装ruby-prof并点击newrelic本地仪表板中的“开始分析”并返回到我的应用程序时,我的应用程序中的每个页面都为#提供了“undefined方法”pop“.

回溯的前几行:

newrelic_rpm (3.6.4.122) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:421:in `ensure in perform_action_with_newrelic_profile'
newrelic_rpm (3.6.4.122) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:421:in `perform_action_with_newrelic_profile'
newrelic_rpm (3.6.4.122) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:305:in `perform_action_with_newrelic_trace'
newrelic_rpm (3.6.4.122) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:37:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'

任何想法如何解决出了什么问题?

解决方法

我知道已经有一段时间了,但是我们已经解决了阻止ruby-prof以前在开发人员模式下工作的问题,所以您现在应该可以再次使用最新版本的代理(3.7.3及更高版本) .我也会更新已知的问题页面.
原文链接:https://www.f2er.com/ruby/266128.html

猜你在找的Ruby相关文章