Company
Date Published
Author
-
Word count
210
Language
English
Hacker News points
None

Summary

Version 0.9.0 of rollbar-php has been released, offering several updates and changes to its functionality. Notably, E_NOTICE errors are now ignored by default to prevent the accumulation of large volumes of data, although users can configure their settings to include these notices if desired. The max_errno configuration option has been replaced by included_errno, which utilizes a bitmask akin to PHP's error_reporting directive, excluding E_NOTICE by default but including errors more severe than E_STRICT. Additionally, an update to the API tier allows the access token to be sent in a header rather than in the body of the request, improving efficiency and response times, particularly in scenarios involving rate limits or account restrictions. This new version is available on Packagist, with the source code accessible on GitHub.