# File lib/new_relic/agent/transaction_state.rb, line 89
      def request_guid
        return nil unless current_transaction
        current_transaction.guid
      end