From e1bf98969afb3d419dd879d8ab3a849151825454 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 1 Feb 2023 12:40:50 +0100 Subject: [PATCH] chore(changelog): Add missing contributor message --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac9eade421c..44d8a66ec230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ Additionally, the following configuration options will no longer be configurable - fix(utils): Account for null prototype during normalization (#6925) - ref(replay): Log warning if sample rates are all undefined (#6959) +Work in this release contributed by @boblauer. Thank you for your contribution! + ## 7.34.0 This release adds automatic injection of the Next.js SDK into serverside `app` directory bundles, allowing users to call the Sentry SDK in server components.