github getsentry/sentry-php 4.22.0

4 hours ago

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_continuation support to only continue incoming traces when the upstream baggage org_id matches 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)

Don't miss a new sentry-php release

NewReleases is sending notifications on new releases.