Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions packages/tanstackstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
</a>
</p>

# 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)
Expand Down
Loading