Method: Sentry::Configuration#excluded_exceptions

Defined in:
lib/sentry/configuration.rb

#excluded_exceptionsArray<String>

Array of exception classes that should never be sent. See IGNORE_DEFAULT. You should probably append to this rather than overwrite it.

Returns:

  • (Array<String>)
[View source]

146
147
148
# File 'lib/sentry/configuration.rb', line 146

def excluded_exceptions
  @excluded_exceptions
end