@sentry/tanstackstart 10.65.0 → 10.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -6
- package/build/esm/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,17 +4,16 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
# Utilities for the Sentry TanStack Start SDKs
|
|
7
|
+
# Utilities for the Sentry TanStack Start SDKs (DEPRECATED)
|
|
8
|
+
|
|
9
|
+
> DEPRECATION NOTICE: The `@sentry/tanstackstart` package is deprecated and will be removed in the next major version.
|
|
10
|
+
> It contains no functionality.
|
|
11
|
+
> If you are using TanStack Start, use [`@sentry/tanstackstart-react`](https://www.npmjs.com/package/@sentry/tanstackstart-react) instead.
|
|
8
12
|
|
|
9
13
|
[](https://www.npmjs.com/package/@sentry/tanstackstart)
|
|
10
14
|
[](https://www.npmjs.com/package/@sentry/tanstackstart)
|
|
11
15
|
[](https://www.npmjs.com/package/@sentry/tanstackstart)
|
|
12
16
|
|
|
13
|
-
> NOTICE: This package is a package that contains SDK internals and does not follow semantic versioning. Use with caution.
|
|
14
|
-
|
|
15
|
-
This package contains shared utilities for Sentry TanStack Start SDKs.
|
|
16
|
-
If you are looking for the actual TanStack Start React SDK package, see: https://www.npmjs.com/package/@sentry/tanstackstart-react
|
|
17
|
-
|
|
18
17
|
## Links
|
|
19
18
|
|
|
20
19
|
- [Sentry.io](https://sentry.io/?utm_source=github&utm_medium=npm_tanstackstart)
|
package/build/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"10.
|
|
1
|
+
{"type":"module","version":"10.67.0","sideEffects":false}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/tanstackstart",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.67.0",
|
|
4
4
|
"description": "Utilities for the Sentry TanStack Start SDKs",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/tanstackstart",
|