From 4aaca4caa386a865b688986598cb053f63d27db7 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Wed, 14 Aug 2024 20:55:42 +0200 Subject: [PATCH 1/2] Add changelog entry --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807a3c8e..a5d06348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 4.8.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.8.0. + +### Bug Fixes + +- Fix `php artisan sentry:publish` mangling the .env file [(#928)](https://github.com/getsentry/sentry-laravel/pull/928) + +- Fix not (correctly) reporting transactions when using Laravel Octane [(#936)](https://github.com/getsentry/sentry-laravel/pull/936) + +### Misc + +- Improve stacktrace of `php artisan sentry:test` event [(#926)](https://github.com/getsentry/sentry-laravel/pull/926) + +- Remove outdated JS SDK installation step from `php artisan sentry:publish` [(#930)](https://github.com/getsentry/sentry-laravel/pull/930) + ## 4.7.1 The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.7.1. From 3897a798f315616139f24a8ba21b153f856b3b94 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Thu, 15 Aug 2024 20:49:54 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Michi Hoffmann --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d06348..3df6bfc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry La ### Misc -- Improve stacktrace of `php artisan sentry:test` event [(#926)](https://github.com/getsentry/sentry-laravel/pull/926) +- Improve the stacktrace of the `php artisan sentry:test` event [(#926)](https://github.com/getsentry/sentry-laravel/pull/926) - Remove outdated JS SDK installation step from `php artisan sentry:publish` [(#930)](https://github.com/getsentry/sentry-laravel/pull/930)