class Sentry::StacktraceInterface::Frame

def under_project_root?

def under_project_root?
  @project_root && abs_path.start_with?(@project_root)
end