From 56d26db394466c63c2e32cd709ee3dc1374aa7ae Mon Sep 17 00:00:00 2001 From: Nicolas Hrubec Date: Tue, 26 May 2026 18:10:39 +0200 Subject: [PATCH 1/2] ref(tanstackstart-react): Update SDK status from alpha to beta Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/tanstackstart-react/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/tanstackstart-react/README.md b/packages/tanstackstart-react/README.md index 7e8bd9a6f307..d2eebec0b5b8 100644 --- a/packages/tanstackstart-react/README.md +++ b/packages/tanstackstart-react/README.md @@ -4,13 +4,14 @@

-# Official Sentry SDK for TanStack Start React (Alpha) +# Official Sentry SDK for TanStack Start React (Beta) [![npm version](https://img.shields.io/npm/v/@sentry/tanstackstart-react.svg)](https://www.npmjs.com/package/@sentry/tanstackstart-react) [![npm dm](https://img.shields.io/npm/dm/@sentry/tanstackstart-react.svg)](https://www.npmjs.com/package/@sentry/tanstackstart-react) [![npm dt](https://img.shields.io/npm/dt/@sentry/tanstackstart-react.svg)](https://www.npmjs.com/package/@sentry/tanstackstart-react) -> NOTICE: This package is in alpha state and may be subject to breaking changes. +> This SDK is currently in **BETA**. Beta features are still in progress and may have bugs. Please reach out on +> [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. > See the [Official Sentry TanStack Start SDK Docs](https://docs.sentry.io/platforms/javascript/guides/tanstackstart-react/) to get started. From 84693c09cd8ea0fa09d793f961177938ad0dba6e Mon Sep 17 00:00:00 2001 From: Nicolas Hrubec Date: Tue, 26 May 2026 18:17:25 +0200 Subject: [PATCH 2/2] docs: Add changelog entry for beta promotion Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5caa55f6c4e..9f59321b61b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +- **docs(tanstackstart-react): Promote SDK status to beta ([#21175](https://github.com/getsentry/sentry-javascript/pull/21175))** + + This release promotes the `@sentry/tanstackstart-react` SDK to beta. For details on how to use it, check out the + [Sentry TanStack Start SDK docs](https://docs.sentry.io/platforms/javascript/guides/tanstackstart-react/). Please reach out on + [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. + - **test(tanstackstart-react): Move initialization to client entry point ([#21161](https://github.com/getsentry/sentry-javascript/pull/21161))** Change the recommended setup for the SDK to do `Sentry.init()` in the client entry file to capture telemetry that is emitted ahead of page hydration.