From 84a78e1c462e6da33d00d2415a414d51e9a5fdf5 Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Wed, 6 May 2026 16:25:24 +0200 Subject: [PATCH] Prepare 4.27.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e442f81d8..ef346b3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## 4.27.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.27.0. + +### Features + +- Add `profiles_sampler` option. [(#2082)](https://github.com/getsentry/sentry-php/pull/2082) + +### Bug Fixes + +- Preserve manually configured user attributes on logs and metrics when `send_default_pii` is disabled. [(#2083)](https://github.com/getsentry/sentry-php/pull/2083) + +### Misc + +- Add Mago static analysis to CI. [(#2020)](https://github.com/getsentry/sentry-php/pull/2020) + ## 4.26.0 The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.26.0.