From 412abb2fd3a86686534aaf44efbefc45af7666d3 Mon Sep 17 00:00:00 2001 From: Martin Sonnberger Date: Wed, 15 Jul 2026 11:31:49 +0200 Subject: [PATCH] chore(tanstackstart): Deprecate `@sentry/tanstackstart` package The `@sentry/tanstackstart` package was meant to hold shared logic between React and Solid variants of the TanStack Start SDK. The Solid variant is unlikely to ship, so the package is empty and unused. Mark it deprecated ahead of removal in v11. Co-Authored-By: Claude Opus 4.8 --- packages/tanstackstart/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/tanstackstart/README.md b/packages/tanstackstart/README.md index e5ef2c111dd6..404349d981c5 100644 --- a/packages/tanstackstart/README.md +++ b/packages/tanstackstart/README.md @@ -4,17 +4,16 @@

-# Utilities for the Sentry TanStack Start SDKs +# Utilities for the Sentry TanStack Start SDKs (DEPRECATED) + +> DEPRECATION NOTICE: The `@sentry/tanstackstart` package is deprecated and will be removed in the next major version. +> It contains no functionality. +> If you are using TanStack Start, use [`@sentry/tanstackstart-react`](https://www.npmjs.com/package/@sentry/tanstackstart-react) instead. [![npm version](https://img.shields.io/npm/v/@sentry/tanstackstart.svg)](https://www.npmjs.com/package/@sentry/tanstackstart) [![npm dm](https://img.shields.io/npm/dm/@sentry/tanstackstart.svg)](https://www.npmjs.com/package/@sentry/tanstackstart) [![npm dt](https://img.shields.io/npm/dt/@sentry/tanstackstart.svg)](https://www.npmjs.com/package/@sentry/tanstackstart) -> NOTICE: This package is a package that contains SDK internals and does not follow semantic versioning. Use with caution. - -This package contains shared utilities for Sentry TanStack Start SDKs. -If you are looking for the actual TanStack Start React SDK package, see: https://www.npmjs.com/package/@sentry/tanstackstart-react - ## Links - [Sentry.io](https://sentry.io/?utm_source=github&utm_medium=npm_tanstackstart)