# File lib/new_relic/agent/database.rb, line 89 def should_record_sql?(config_section=:transaction_tracer) RECORD_FOR.include?(record_sql_method(config_section)) end