# File lib/new_relic/agent/cross_app_monitor.rb, line 166
      def hash_transaction_name(identifier)
        Digest::MD5.digest(identifier).unpack("@12N").first & 0xffffffff
      end