Method: Atatus::Span#prepare_for_serialization!
- Defined in:
- lib/atatus/span.rb
#prepare_for_serialization! ⇒ 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.
126 127 128 129 |
# File 'lib/atatus/span.rb', line 126 def prepare_for_serialization! # build_stacktrace! if should_build_stacktrace? self.original_backtrace = nil # release original end |