module Sentry::Profiler::Helpers

def in_app?(abs_path)

def in_app?(abs_path)
  abs_path.match?(@in_app_pattern)
end