From 8e967c339903a2bb6328f1f20c4a50712f78ed17 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 6 Oct 2022 11:43:15 +0200 Subject: [PATCH] meta: CHANGELOG for 7.14.2 (#5896) --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a8d6b7adef..729d828199dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ - "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) + +Work in this release contributed by @outsideris. Thank you for your contributions! + ## 7.14.1 - fix(nextjs): Handle CJS API route exports (#5865) @@ -22,7 +35,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)