class ActionDispatch::ExceptionWrapper

def source_to_show_id

def source_to_show_id
  (traces[trace_to_show].first || {})[:id]
end