Method: Sentry::Backtrace#inspect

Defined in:
lib/sentry/backtrace.rb

#inspectObject

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.


107
108
109
# File 'lib/sentry/backtrace.rb', line 107

def inspect
  "<Backtrace: " + lines.map(&:inspect).join(", ") + ">"
end