From c2258fbd99095c35857b0a918daa40b16b4174d1 Mon Sep 17 00:00:00 2001 From: nicohrubec Date: Tue, 3 Sep 2024 09:15:30 +0200 Subject: [PATCH] meta: Update CHANGELOG for 8.28.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df23b70b847b..015c5370a75a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ smaller than the actually measured values. We apologize for the inconvenience! - fix(cdn): Do not mangle \_metadata (#13426) - fix(cdn): Fix SDK source for CDN bundles (#13475) - fix(nestjs): Check arguments before instrumenting with `@Injectable` (#13544) +- fix(nestjs): Ensure exception and host are correctly passed on when using @WithSentry (#13564) - fix(node): Suppress tracing for transport request execution rather than transport creation (#13491) - fix(replay): Consider more things as DOM mutations for dead clicks (#13518) - fix(vue): Correctly obtain component name (#13484)