8 9 10
# File 'lib/sentry/profiler/helpers.rb', line 8 def in_app?(abs_path) abs_path.match?(@in_app_pattern) end