Method: NewRelic::Agent::Transaction#web_category?
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #web_category?(category) ⇒ Boolean
901 902 903 |
# File 'lib/new_relic/agent/transaction.rb', line 901 def web_category?(category) WEB_TRANSACTION_CATEGORIES.include?(category) end |