# File lib/new_relic/agent/transaction/segment.rb, line 16
        def initialize name = nil, unscoped_metrics=nil
          @unscoped_metrics = unscoped_metrics
          super name
        end