Method: ElasticAPM::Config#span_frames_min_duration?
- Defined in:
- lib/elastic_apm/config.rb
#span_frames_min_duration? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
210 211 212 |
# File 'lib/elastic_apm/config.rb', line 210 def span_frames_min_duration? span_frames_min_duration != 0 end |