Method: NewRelic::Agent::Transaction#had_error_affecting_apdex?
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #had_error_affecting_apdex? ⇒ Boolean
818 819 820 821 822 |
# File 'lib/new_relic/agent/transaction.rb', line 818 def had_error_affecting_apdex? @exceptions.each.any? do |exception, | NewRelic::Agent.instance.error_collector.error_affects_apdex?(exception, ) end end |