我在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'
任何想法如何解决出了什么问题?