The default value for filters in config/bugsnag.php is now null instead of ['password']. This allows the default filters from Bugsnag PHP to be used. Existing projects can make the same change to benefit from the new default filters in Bugsnag PHP v3.23.0#413
Also contains CI changes to test against upcoming Laravel versions (hence the big diff!)
filters
inconfig/bugsnag.php
is nownull
instead of['password']
. This allows the default filters from Bugsnag PHP to be used. Existing projects can make the same change to benefit from the new default filters in Bugsnag PHP v3.23.0 #413Also contains CI changes to test against upcoming Laravel versions (hence the big diff!)