From 05b23ae15c086ec1bcc0cdf636e5fdc6ace57cdb Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 6 Oct 2022 10:59:15 +0200 Subject: [PATCH 1/3] meta: CHANGELOG for 7.14.2 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a8d6b7adef..a9e77ec70a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.14.2 + +- fix(ember): align span operations to new operations (#5883) +- fix(nextjs): Consider pageExtensions option in auto instrumentation (#5881) +- fix(remix): align span operations to new operations (#5889) +- fix(serverless): align span operations to new operations (#5890) +- fix(tracing): align span operations to new operations (#5891) +- fix(vue): align span operations to new operations (#5892) +- ref(hub): Remove hard cap from maxBreadcrumbs (#5873) +- ref(nextjs): Make build-phase check more robust (#5857) + ## 7.14.1 - fix(nextjs): Handle CJS API route exports (#5865) @@ -22,7 +33,7 @@ - fix(nextjs): Handle `pathname` being passed in object in `instrumentServer` (#5782) - fix(nextjs): Pass request in sampling context of data fetchers wrapper transaction (#5784) - fix(nextjs): Reverse order of checks for instrumenting server (#5828) -- fix(nextjs): Rename `nextjs.data.server` ops (#5830) +- fix(nextjs): Rename `nextjs.data.server` ops (#5830) - fix(remix): Do not skip error handling if tracing is not enabled. (#5811) - fix(remix): Use import() to get `react-router-dom` in Express wrapper. (#5810) - fix(tracing): Remove `connection.downlink` measurement (#5794) From b16bb597e012d49ef6fd752a40cd074f40aae2e3 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 6 Oct 2022 11:23:48 +0200 Subject: [PATCH 2/3] add contributor note --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e77ec70a24..399a0e6ed66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ - ref(hub): Remove hard cap from maxBreadcrumbs (#5873) - ref(nextjs): Make build-phase check more robust (#5857) +Work in this release contributed by @outsideris. Thank you for your contributions! + ## 7.14.1 - fix(nextjs): Handle CJS API route exports (#5865) From 9fcf894d9a507196962404266a8e60090749b011 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 6 Oct 2022 11:24:35 +0200 Subject: [PATCH 3/3] bring back Align --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399a0e6ed66a..729d828199dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,12 @@ ## 7.14.2 -- fix(ember): align span operations to new operations (#5883) +- fix(ember): Align span operations to new operations (#5883) - fix(nextjs): Consider pageExtensions option in auto instrumentation (#5881) -- fix(remix): align span operations to new operations (#5889) -- fix(serverless): align span operations to new operations (#5890) -- fix(tracing): align span operations to new operations (#5891) -- fix(vue): align span operations to new operations (#5892) +- fix(remix): Align span operations to new operations (#5889) +- fix(serverless): Align span operations to new operations (#5890) +- fix(tracing): Align span operations to new operations (#5891) +- fix(vue): Align span operations to new operations (#5892) - ref(hub): Remove hard cap from maxBreadcrumbs (#5873) - ref(nextjs): Make build-phase check more robust (#5857)