Method: Sentry::Configuration#include_local_variables
- Defined in:
- lib/sentry/configuration.rb
#include_local_variables ⇒ Boolean
Whether to capture local variables from the raised exception’s frame. Default is false.
170 171 172 |
# File 'lib/sentry/configuration.rb', line 170 def include_local_variables @include_local_variables end |