Method: NewRelic::Agent::Transaction::SyntheticsSampleBuffer#allow_sample?
- Defined in:
- lib/new_relic/agent/transaction/synthetics_sample_buffer.rb
permalink #allow_sample?(sample) ⇒ Boolean
15 16 17 |
# File 'lib/new_relic/agent/transaction/synthetics_sample_buffer.rb', line 15 def allow_sample?(sample) !sample.synthetics_resource_id.nil? end |