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
We recently updated the phpbrake library to use updated terminology for the filtering option. keysBlacklist is still supported but is deprecated in favor of keysBlocklist. Users that set keysBlacklist will see a message like this in their log though it will still work at filtering params:
phpbrake: keysBlacklist is a deprecated option. Use keysBlocklist instead.
I've done some testing myself (full disclosure: Laravel novice) with this library in an example Laravel app and I think simply updating these two mentions to keysBlocklist would do the trick:
Howdy!
We recently updated the phpbrake library to use updated terminology for the filtering option.
keysBlacklist
is still supported but is deprecated in favor ofkeysBlocklist
. Users that setkeysBlacklist
will see a message like this in their log though it will still work at filtering params:I've done some testing myself (full disclosure: Laravel novice) with this library in an example Laravel app and I think simply updating these two mentions to
keysBlocklist
would do the trick:laravel-airbrake/config/airbrake.php
Line 15 in e6adcae
laravel-airbrake/README.md
Line 40 in da1e947
I'd be happy to submit a PR for that if you think that would be helpful.
The text was updated successfully, but these errors were encountered: