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

Version Path
newrelic_rpm-8.2.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-8.1.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-8.0.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-7.2.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-7.1.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-7.0.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-6.15.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-6.14.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-6.13.1 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-6.13.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-6.12.0.367 lib/new_relic/agent/configuration/mask_defaults.rb