Method: Raven::Configuration#sanitize_fields
- Defined in:
- lib/raven/configuration.rb
#sanitize_fields ⇒ Object
By default, Sentry censors Hash values when their keys match things like “secret”, “password”, etc. Provide an array of Strings that, when matched in a hash key, will be censored and not sent to Sentry.
104 105 106 |
# File 'lib/raven/configuration.rb', line 104 def sanitize_fields @sanitize_fields end |