| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.22.0 source code.tar.gz | 2026-03-16 | 118.4 kB | |
| 4.22.0 source code.zip | 2026-03-16 | 188.7 kB | |
| README.md | 2026-03-16 | 711 Bytes | |
| Totals: 3 Items | 307.8 kB | 1 | |
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.22.0.
Features
- Add support for the client report protocol without collecting client reports yet. (#1978)
- Add
strict_trace_continuationsupport to only continue incoming traces when the upstream baggageorg_idmatches the SDK org ID. (#2016)
Example:
:::php
\Sentry\init([
'dsn' => '__YOUR_DSN__',
'strict_trace_continuation' => true,
]);
Bug Fixes
- Preserve sub-second timestamps for Monolog breadcrumbs. (#2018)