# File lib/new_relic/agent/threading/backtrace_service.rb, line 198
        def watching_for_transaction?
          @profiles.size > 1 ||
          (@profiles.size == 1 && @profiles[ALL_TRANSACTIONS].nil?)
        end