# File lib/new_relic/agent/pipe_service.rb, line 56
      def sql_trace_data(sql)
        write_to_pipe(:sql_trace_data, sql) if sql
      end