Method: NewRelic::Agent::Transaction#similar_category?

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

#similar_category?(category) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

905
906
907
# File 'lib/new_relic/agent/transaction.rb', line 905

def similar_category?(category)
  web_category?(@category) == web_category?(category)
end