You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following line does recursively call filter_hash also for arrays. Maybe the iterator function should then not be "each_key" but 'each' iterating over all keys and values.
Fixes#308
(Change in 2.8.2 makes airbrake crash on error when filtering array
typed keys)
We should simply return non-hash values to make recursion stop failing.
Fixes#308
(Change in 2.8.2 makes airbrake crash on error when filtering array
typed keys)
We should simply return non-hash values to make recursion stop failing.
Hi,
it seems that a change applied in filter_keys does not work as expected.
i am experiencing the following error
The following line does recursively call filter_hash also for arrays. Maybe the iterator function should then not be "each_key" but 'each' iterating over all keys and values.
airbrake-ruby/lib/airbrake-ruby/filters/keys_filter.rb
Line 82 in e57de2d
The text was updated successfully, but these errors were encountered: