From 38b122df6e496ec23c17e907b484f5b0c647ea06 Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Mon, 29 Jun 2026 16:30:14 +0200 Subject: [PATCH] Prepare 4.29.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4373fedd..02e682bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## 4.29.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.29.0. + +### Features + +- Scrub `Proxy-Authorization` request headers by default. [(#2126)](https://github.com/getsentry/sentry-php/pull/2126) +- Send `gen_ai` spans using the span v2 protocol. [(#2141)](https://github.com/getsentry/sentry-php/pull/2141) + +### Bug Fixes + +- Reset fatal error handler state when starting a new runtime context. [(#2128)](https://github.com/getsentry/sentry-php/pull/2128) + ## 4.28.0 The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.28.0.