From 4ff22f0aeb8484c69bcd286265f89f88372bacaf Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Tue, 29 Nov 2022 10:49:19 +0000 Subject: [PATCH] meta: Update changelog for 7.22.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff4852436b5..170c00553b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.22.0 + +- feat(core): Pass `event` as third argument to `recordDroppedEvent` (#6289) +- fix(nextjs): Apply Webpack configuration in dev mode (#6291) +- fix(react): Relax React Router 6 `RouteObject` typing. (#6274) +- fix(remix): Prevent crashes from failed `normalizeRemixRequest` calls. (#6296) +- fix(remix): Attempt to extract user IP from request headers. (#6263) +- fix(remix): Pass transaction name as route to `RequestData`. (#6276) + ## 7.21.1 - fix(nextjs): Stop excluding `withSentryConfig` from serverless bundles (#6267)