From 5423091e98d848600202c6fbf1539d16786303b1 Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Wed, 6 Nov 2024 12:45:34 +0100 Subject: [PATCH] Prepare 4.10.0 (#953) Co-authored-by: Alex Bouma --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d841b01d..4d7dd787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 4.10.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.10.0. + +### Features + +- The SDK was updated to support PHP 8.4 [(#952)](https://github.com/getsentry/sentry-laravel/pull/952) + +### Misc + +- The SDK does no longer emit Metrics. All public Metrics APIs are now no-op, internal APIs were removed [(#951)](https://github.com/getsentry/sentry-laravel/pull/951) + ## 4.9.0 The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.9.0.