From 1ba0742910b7e9030802a4da7246968f10a8df64 Mon Sep 17 00:00:00 2001 From: Billy Vong Date: Fri, 11 Oct 2024 08:54:06 -0400 Subject: [PATCH] update changelog + rebase --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b5176bfef7..4f19cfce5f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ Work in this release was contributed by @ZakrepaShe. Thank you for your contribution! +## 8.35.0-alpha.0 + +- feat(replay): Allow capture of replays that are "too long" in order to help debug errors occuring outside of normal + replay duration window + ## 8.34.0 ### Important Changes @@ -62,11 +67,6 @@ Relevant for users of the `@sentry/nextjs` package: If you have previously confi Work in this release was contributed by @trzeciak, @gurpreetatwal, @ykzts and @lizhiyao. Thank you for your contributions! -## 8.35.0-alpha.0 - -- feat(replay): Allow capture of replays that are "too long" in order to help debug errors occuring outside of normal - replay duration window - ## 8.33.1 - fix(core): Update trpc middleware types ([#13859](https://github.com/getsentry/sentry-javascript/pull/13859))