From 4a936bf90a6df811e3952d18e3278a07c3227701 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 28 Jul 2022 17:32:44 +0200 Subject: [PATCH 1/2] meta: Changelog for 7.8.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d9d690f36d..dcf23ed821ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.8.1 + +- fix(nextjs): Add default `distDir` value back into `index.server.ts` (#5479) +- fix(node): Add conditions to TracingHanlder.startTransaction (#5485) +- fix(node): Adjust Express URL parameterization for RegEx routes (#5483) +- fix(node): Correctly handle Windows paths when resolving module name (#5476) +- ref(tracing): Simplify sample_rate serialization for DSC (#5475) + ## 7.8.0 This release adds the `transpileClientSDK` flag to the Next.JS SDK Webpack config. This option makes WebPack transpile the SDK code to the same transpilation level as the user code. By specifying this option, the Next.JS SDK works in older browsers that do not support ES6 or ES6+ (e.g. object spread) features. From d9c6905376dac5f6a0587b0caeb1e07e5fff603c Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 28 Jul 2022 12:34:58 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf23ed821ca..6a7de316c917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ## 7.8.1 - fix(nextjs): Add default `distDir` value back into `index.server.ts` (#5479) -- fix(node): Add conditions to TracingHanlder.startTransaction (#5485) +- fix(node): Add conditions to TracingHandler.startTransaction (#5485) - fix(node): Adjust Express URL parameterization for RegEx routes (#5483) - fix(node): Correctly handle Windows paths when resolving module name (#5476) - ref(tracing): Simplify sample_rate serialization for DSC (#5475)