global

def frames_with_indices

def frames_with_indices
  if opts.present?(:app) && defined?(ActiveSupport::BacktraceCleaner)
    app_frames
  else
    offset_frames
  end
end