Skip to content

Commit

Permalink
filters: filter context payload
Browse files Browse the repository at this point in the history
A user reported that it's not possible to filter context/user. It's a
reasonable request given that the user information has been moved to
context recently.
  • Loading branch information
kyrylo committed Mar 2, 2016
1 parent f34a388 commit 9c967a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/airbrake-ruby/filters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module Filters
##
# @return [Array<Symbol>] parts of a Notice's payload that can be modified
# by various filters
FILTERABLE_KEYS = [:environment, :session, :params].freeze
FILTERABLE_KEYS = [:environment, :session, :params, :context].freeze
end
end

0 comments on commit 9c967a9

Please sign in to comment.