# File lib/new_relic/agent/threading/backtrace_node.rb, line 47
        def as_array
          @children.map { |c| c.as_array }.compact
        end