Sha256: 012fcdc6f6e312e7c233a2f2d5a8f1f2aaca28efd24877b510f29f13d42d8efc
Contents?: true
Size: 494 Bytes
Versions: 7
Compression:
Stored size: 494 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
7 entries across 7 versions & 1 rubygems