From 271c48ddc39f93361fdf81323b6e5c7bd159ccac Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Mon, 23 Jan 2023 08:44:36 +0000 Subject: [PATCH 1/2] meta: CHANGELOG for 7.32.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc11186f2bb..3322d7b5f886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.32.0 + +- build(replay): Stop preserving modules (#6817) +- feat(nextjs): Add browser SDK to `app` directory browser bundle (#6812) +- feat(node): Use `includeLocalVariables` option to enable `LocalVariables` integration (#6874) +- feat(replay): Add `flush` method to integration (#6776) +- feat(replay): Handle worker loading errors (#6827) +- feat(replay): Lower the flush max delay from 15 seconds to 5 seconds (#6761) +- feat(tracing): Promote `enableLongTask` to option of `BrowserTracing` (#6837) +- fix(core): Fix replay client report data category (#6891) +- fix(nextjs): Fix SDK multiplexer loader on Windows (#6866) +- fix(otel): Use http/grpc status over span status (#6879) +- fix(react): Add children prop for Profiler (#6828) +- fix(react): Make wrapCreateBrowserRouter generic (#6862) +- fix(remix): Make sure the domain is created before running. (#6852) +- ref(nextjs): Remove NFT build time exclusions (#6846) +- ref(replay): Avoid duplicate debounce timers (#6863) +- ref(replay): Remove unused `initialFlushDelay` option (#6867) +- ref(replay): Send SDK version in Replay events (#6814) + +Work in this release contributed by @h3rmanj. Thank you for your contribution! + ## 7.31.1 - build(replay): Provide full browser+tracing+replay bundle (#6793) From ec131bb42998f1529b5e17466d5fdaba8ff587a7 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Mon, 23 Jan 2023 10:06:44 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Abhijeet Prasad --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3322d7b5f886..3332a9de4b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - build(replay): Stop preserving modules (#6817) - feat(nextjs): Add browser SDK to `app` directory browser bundle (#6812) - feat(node): Use `includeLocalVariables` option to enable `LocalVariables` integration (#6874) +- feat(node): Add option to capture local variables for caught exceptions via LocalVariables integration (#6876) - feat(replay): Add `flush` method to integration (#6776) - feat(replay): Handle worker loading errors (#6827) - feat(replay): Lower the flush max delay from 15 seconds to 5 seconds (#6761)