lib/generators/airbrake_initializer.rb.erb in airbrake-5.2.3 vs lib/generators/airbrake_initializer.rb.erb in airbrake-5.3.0
- old
+ new
@@ -49,10 +49,9 @@
# environments.
# NOTE: This option *does not* work if you don't set the 'environment' option.
# https://github.com/airbrake/airbrake-ruby#ignore_environments
c.ignore_environments = %w(test)
-
# A list of parameters that should be filtered out of what is sent to
# Airbrake. By default, all "password" attributes will have their contents
# replaced.
# https://github.com/airbrake/airbrake-ruby#blacklist_keys
c.blacklist_keys = [/password/i]