From 4d9dd021ad088dacef29b02290801624d1c1e4d3 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 20 Dec 2022 14:05:44 +0100 Subject: [PATCH] meta: Update CHANGELOG for 7.28.0 (#6587) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91ea3073ce1..1829150b9309 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.28.0 + +- feat(nextjs): Check for Vercel Edge Function GA (#6565) +- feat(utils): Improved envelope parser (#6580) +- fix(nextjs): Export Replay from `index.server.ts` to avoid TS error (#6577) +- fix(nextjs): Pass `this` through wrappers (#6572) +- ref(types): Add `undefined` as possible event type (#6584) + ## 7.27.0 This release exports the Session Replay integration via `@sentry/browser` and all framework SDKs building on top of it.