Skip to content

Instantly share code, notes, and snippets.

@starrhorne
Last active December 11, 2015 00:59
Show Gist options
  • Save starrhorne/4520447 to your computer and use it in GitHub Desktop.
Save starrhorne/4520447 to your computer and use it in GitHub Desktop.
Honeybadger.configure do |config|
# Will send session["sensitive_key"] = "FILTERED" to Honeybadger
config.params_filters << "sensitive_key"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment