Download Latest Version 4.24.0 source code.tar.gz (121.1 kB)
Email in envelope

Get an email when there's a new version of Sentry PHP

Home / 4.22.0
Name Modified Size InfoDownloads / 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_continuation support to only continue incoming traces when the upstream baggage org_id matches 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)
Source: README.md, updated 2026-03-16