Method: NewRelic::Agent::Sampler.supported_on_this_platform?
- Defined in:
- lib/new_relic/agent/sampler.rb
permalink .supported_on_this_platform? ⇒ Boolean
Override with check. Called before instantiating.
35 36 37 |
# File 'lib/new_relic/agent/sampler.rb', line 35 def self.supported_on_this_platform? true end |