# File lib/new_relic/agent/transaction_sampler.rb, line 60
      def on_start_transaction(state, start_time)
        if enabled?
          start_builder(state, start_time.to_f)
        end
      end