The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.16.0.
Features
- Remove
max_breadcrumbs
limit. (#1890) - Implement
__destruct
inLogsHandler
to make sure logs are always flushed. (#1916)
Bug Fixes
- Use PSR log level when logging messages using the PSR-3 logger within the SDK. (#1907)
- Remove
@internal
annotation fromSentry\Transport\Result
. (#1904)
Misc
- Add
sentry.origin
attribute toLogsHandler
. (#1917)