Method: Sentry::Configuration#backtrace_cleanup_callback
- Defined in:
- lib/sentry/configuration.rb
permalink #backtrace_cleanup_callback ⇒ Proc?
a proc/lambda that takes an array of stack traces it’ll be used to silence (reduce) backtrace of the exception
64 65 66 |
# File 'lib/sentry/configuration.rb', line 64 def backtrace_cleanup_callback @backtrace_cleanup_callback end |