Method: ElasticAPM::Config#span_frames_min_duration=

Defined in:
lib/elastic_apm/config.rb

#span_frames_min_duration=(value) ⇒ Object

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.



214
215
216
217
# File 'lib/elastic_apm/config.rb', line 214

def span_frames_min_duration=(value)
  super
  @span_frames_min_duration_us = nil
end