Sha256: 1a246ee82aa7022a05bf826a0f0ce3e5d6b6b4d85d943c58d334ef1943fcf953
Contents?: true
Size: 512 Bytes
Versions: 17
Compression:
Stored size: 512 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::ThreadProfiler.is_supported? }, :'thread_profiler.enabled' => Proc.new { !NewRelic::Agent::ThreadProfiler.is_supported? }, :verify_certificate => Proc.new{ true } } end end end
Version data entries
17 entries across 17 versions & 1 rubygems