class Sentry::Backtrace::Line

def in_app

def in_app
  if file =~ in_app_pattern
    true
  else
    false
  end
end