Method: Sentry::Configuration#strip_backtrace_load_path

Defined in:
lib/sentry/configuration.rb

#strip_backtrace_load_pathBoolean

Whether to strip the load path while constructing the backtrace frame filename. Defaults to true.

Returns:

  • (Boolean)
[View source]

196
197
198
# File 'lib/sentry/configuration.rb', line 196

def strip_backtrace_load_path
  @strip_backtrace_load_path
end