Method: Sentry::Configuration#excluded_exceptions
- Defined in:
- lib/sentry/configuration.rb
permalink #excluded_exceptions ⇒ Array<String>
Array of exception classes that should never be sent. See IGNORE_DEFAULT. You should probably append to this rather than overwrite it.
146 147 148 |
# File 'lib/sentry/configuration.rb', line 146 def excluded_exceptions @excluded_exceptions end |