Skip to content

Instantly share code, notes, and snippets.

@starrhorne
Last active December 11, 2015 00:59
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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