From 3c7f1b72a01513d7c41c7aafe8e6d902d142e95d Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 24 Jun 2022 11:51:34 +0200 Subject: [PATCH] meta: add changelog for 7.3.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0823821b5ef1..3504e1352c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.3.0 + +- feat(nextjs): Add exception handler for `_error.js` (#5259) +- feat(tracing): Add additional Dynamic Sampling Context items to baggage and envelope headers (#5292) +- fix(node): Allow `ParseRequestOptions` to be passed to request handler (#5287) +- fix(tracing): Baggage parsing fails when input is not of type string (#5276) +- fix(tracing): Report the right units for CLS and TTFB (#5303) +- fix(vue): Property access on undefined in errorHandler (#5279) +- ref(node): Move stack parser to utils so it can be used from Electron (#5286) +- ref(tracing): Move getBaggage() from Span to Transaction class (#5299) +- ref(tracing): Unify DSC key names in envelope and baggage headers (#5302) + +Work in this release contributed by @Arinono. Thank you for your contribution! + ## 7.2.0 - feat(angular): Add Angular 14 support (#5253)