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

Version Path
newrelic_rpm-8.9.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-8.8.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-8.7.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-8.6.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-8.5.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-8.4.0 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-8.3.0 lib/new_relic/agent/configuration/mask_defaults.rb