Sha256: efa28d0864805bb8fc1664839332b039476d9634197a8e3b2b78de6048760e3d
Contents?: true
Size: 502 Bytes
Versions: 11
Compression:
Stored size: 502 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/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
11 entries across 11 versions & 1 rubygems