From 252d9e6a45a3db4d4f2806328d8670bb7071d2f1 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Tue, 11 Nov 2025 09:55:50 +0100 Subject: [PATCH] Add changelog entries --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e79192..bdd559aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 4.19.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.19.0. + +### Features + +- Add Laravel Pennant feature flags [(#1061)](https://github.com/getsentry/sentry-laravel/pull/1061) + + The SDK will now automatically capture feature flags resolved using [Laravel Pennant](https://laravel.com/docs/12.x/pennant) and attach them to events and spans. + +### Bug Fixes + +- Do not try to detect the session key on the CLI [(#1058)](https://github.com/getsentry/sentry-laravel/pull/1058) + ## 4.18.0 The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.18.0.