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:
\Sentry\init([
'dsn' => '__YOUR_DSN__',
'strict_trace_continuation' => true,
]);
Bug Fixes
- Preserve sub-second timestamps for Monolog breadcrumbs. (#2018)