From 2f9ab3685eba2985db4f531dd36faeca85a204f8 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Tue, 17 Jan 2023 13:21:02 +0100 Subject: [PATCH] meta: CHANGELOG for 7.31.1 (#6818) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eeb13ff75dd..2bc11186f2bb 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.31.1 + +- build(replay): Provide full browser+tracing+replay bundle (#6793) +- feat(nextjs): Disable NextJS perf monitoring when using otel (#6820) +- fix(nextjs): Add back browser field in package.json (#6809) +- fix(nextjs): Connect Edge API route errors to span (#6806) +- fix(nextjs): Correctly handle ts middleware files (#6816) + ## 7.31.0 The Next.js SDK now supports error and performance monitoring for Next.js [middleware](https://nextjs.org/docs/advanced-features/middleware) and [Edge API routes](https://nextjs.org/docs/api-routes/edge-api-routes).