From 20c828b2735bff0705e47fb8a2398032b2662478 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 30 Jun 2022 15:18:10 -0400 Subject: [PATCH] meta: Add CHANGELOG for 7.4.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62092a0abfa..7308585fa02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.4.0 + +This release contains the first alpha release of `@sentry/remix`, our newest JavaScript SDK! For details on how to use +it, please see the [README](./packages/remix/README.md) and [the tracking GitHub issue](https://github.com/getsentry/sentry-javascript/issues/4894). + +- feat(remix): Enable Remix SDK #5327 +- feat(remix): Add release / sourcemap upload script. (#5312) +- feat(remix): Add Remix server SDK (#5269) +- feat(remix): Add Remix client SDK (#5264) +- feat(remix): Add Remix SDK package boilerplate (#5256) +- fix(utils): Handle toJSON methods that return circular references (#5323) + +Work in this release contributed by @MichaelDeBoey. Thank you for your contribution! + +Special thank you to @jacob-ebey for pointing us in the right direction while we were working on the Remix SDK: +https://github.com/jacob-ebey/remix-sentry. + ## 7.3.1 - feat(react): expose FallbackRender as top-level type (#5307)