Sha256: 75ed229e159e0013c4570deeb8bde32f8d030ae948917e3516b7239811e3cdbc
Contents?: true
Size: 488 Bytes
Versions: 81
Compression:
Stored size: 488 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. module NewRelic module Agent module Configuration MASK_DEFAULTS = { :'thread_profiler' => Proc.new { !NewRelic::Agent::Threading::BacktraceService.is_supported? }, :'thread_profiler.enabled' => Proc.new { !NewRelic::Agent::Threading::BacktraceService.is_supported? } } end end end
Version data entries
81 entries across 81 versions & 2 rubygems