From 19f0cec52a1500c889a546722283c9883ef2f171 Mon Sep 17 00:00:00 2001 From: Billy Vong Date: Tue, 22 Oct 2024 17:08:12 +0200 Subject: [PATCH] meta: Prepare prelease of 8.36.0-alphs.0 (#14045) Re-adds replay SDK debug statements from a prior prelease (and includes 8.35.0 changes). --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec7781877f2..8bb30933e4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 8.36.0-alpha.0 + +This is considered an internal release and the following commit will never be released to production tag: + +- **debug(replay): Add debugging statements around event buffer** + ([#14014](https://github.com/getsentry/sentry-javascript/pull/14014)) + +Also includes the following unreleased changes: + +- fix(nextjs): Await flush in api handlers ([#14023](https://github.com/getsentry/sentry-javascript/pull/14023)) +- fix(solidstart): Use production server for e2e tests + ([#14033](https://github.com/getsentry/sentry-javascript/pull/14033)) + ## 8.35.0 ### Beta release of the official Nuxt Sentry SDK