| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.16.0 source code.tar.gz | 2025-09-22 | 105.2 kB | |
| 4.16.0 source code.zip | 2025-09-22 | 167.6 kB | |
| README.md | 2025-09-22 | 750 Bytes | |
| Totals: 3 Items | 273.5 kB | 0 | |
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.16.0.
Features
- Remove
max_breadcrumbslimit. (#1890) - Implement
__destructinLogsHandlerto 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
@internalannotation fromSentry\Transport\Result. (#1904)
Misc
- Add
sentry.originattribute toLogsHandler. (#1917)