Method: ElasticAPM::Transport::Filters::HashSanitizer#strip_from

Defined in:
lib/elastic_apm/transport/filters/hash_sanitizer.rb

#strip_from(obj) ⇒ 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.



35
36
37
# File 'lib/elastic_apm/transport/filters/hash_sanitizer.rb', line 35

def strip_from(obj)
  strip_from!(Util::DeepDup.dup(obj))
end