Method: NewRelic::Agent::Transaction#influences_transaction_name?

Defined in:
lib/new_relic/agent/transaction.rb

#influences_transaction_name?(category) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

376
377
378
# File 'lib/new_relic/agent/transaction.rb', line 376

def influences_transaction_name?(category)
  !category || nesting_max_depth == 1 || similar_category?(category)
end