Method: NewRelic::Agent::Sampler.supported_on_this_platform?

Defined in:
lib/new_relic/agent/sampler.rb

.supported_on_this_platform?Boolean

Override with check. Called before instantiating.

Returns:

  • (Boolean)
[View source]

35
36
37
# File 'lib/new_relic/agent/sampler.rb', line 35

def self.supported_on_this_platform?
  true
end