Method: Sentry::Backtrace#initialize

Defined in:
lib/sentry/backtrace.rb

#initialize(lines) ⇒ Backtrace

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.

Returns a new instance of Backtrace.



71
72
73
# File 'lib/sentry/backtrace.rb', line 71

def initialize(lines)
  @lines = lines
end