v3.24.0
This release changes how Bugsnag detects the error suppression operator in combination with the errorReportingLevel
configuration option, for PHP 8 compatibility. Bugsnag's errorReportingLevel
must now be a subset of error_reporting
— i.e. every error level in errorReportingLevel
must also be in error_reporting
If you use the errorReportingLevel
option, you may need to change your Bugsnag or PHP configuration in order to report all expected errors. See PR #611 for more details
Enhancements
- Improve the display of breadrumbs in the Bugsnag app by including milliseconds in timestamps
#612
Fixes
- Make
Configuration::shouldIgnoreErrorCode
compatible with PHP 8 by requiring theerrorReportingLevel
option to be a subset oferror_reporting
#611