Method: Sentry::Configuration#strip_backtrace_load_path
- Defined in:
- lib/sentry/configuration.rb
permalink #strip_backtrace_load_path ⇒ Boolean
Whether to strip the load path while constructing the backtrace frame filename. Defaults to true.
196 197 198 |
# File 'lib/sentry/configuration.rb', line 196 def strip_backtrace_load_path @strip_backtrace_load_path end |