@sentry/tanstackstart-react 9.14.0 → 9.15.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/build/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"9.
|
|
1
|
+
{"type":"module","version":"9.15.0","sideEffects":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.client.d.ts","sourceRoot":"","sources":["../../src/index.client.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.client.d.ts","sourceRoot":"","sources":["../../src/index.client.ts"],"names":[],"mappings":"AAIA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { Client, Integration, Options, StackParser } from '@sentry/core';
|
|
2
|
+
import type * as clientSdk from './client';
|
|
3
|
+
import type * as serverSdk from './server';
|
|
1
4
|
export * from './config';
|
|
2
5
|
export * from './client';
|
|
3
6
|
export * from './server';
|
|
4
7
|
export * from './common';
|
|
5
|
-
import type { Client, Integration, Options, StackParser } from '@sentry/core';
|
|
6
|
-
import type * as clientSdk from './client';
|
|
7
|
-
import type * as serverSdk from './server';
|
|
8
8
|
/** Initializes Sentry TanStack Start SDK */
|
|
9
9
|
export declare function init(options: Options | clientSdk.BrowserOptions | serverSdk.NodeOptions): Client | undefined;
|
|
10
10
|
export declare const linkedErrorsIntegration: typeof clientSdk.linkedErrorsIntegration;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.types.d.ts","sourceRoot":"","sources":["../../src/index.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.types.d.ts","sourceRoot":"","sources":["../../src/index.types.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC9E,OAAO,KAAK,KAAK,SAAS,MAAM,UAAU,CAAC;AAC3C,OAAO,KAAK,KAAK,SAAS,MAAM,UAAU,CAAC;AAE3C,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AAEzB,4CAA4C;AAC5C,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC,cAAc,GAAG,SAAS,CAAC,WAAW,GAAG,MAAM,GAAG,SAAS,CAAC;AAEtH,MAAM,CAAC,OAAO,CAAC,MAAM,uBAAuB,EAAE,OAAO,SAAS,CAAC,uBAAuB,CAAC;AACvF,MAAM,CAAC,OAAO,CAAC,MAAM,uBAAuB,EAAE,OAAO,SAAS,CAAC,uBAAuB,CAAC;AAEvF,MAAM,CAAC,OAAO,CAAC,MAAM,sBAAsB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,WAAW,EAAE,CAAC;AACjF,MAAM,CAAC,OAAO,CAAC,MAAM,kBAAkB,EAAE,WAAW,CAAC;AAErD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAEhF,MAAM,CAAC,OAAO,CAAC,MAAM,aAAa,EAAE,OAAO,SAAS,CAAC,aAAa,CAAC;AACnE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,OAAO,SAAS,CAAC,mBAAmB,CAAC;AAC/E,MAAM,CAAC,OAAO,CAAC,MAAM,gBAAgB,EAAE,OAAO,SAAS,CAAC,gBAAgB,CAAC;AACzE,MAAM,CAAC,OAAO,CAAC,MAAM,iBAAiB,EAAE,OAAO,SAAS,CAAC,iBAAiB,CAAC;AAE3E,MAAM,CAAC,OAAO,CAAC,MAAM,MAAM,EAAE,OAAO,SAAS,CAAC,MAAM,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { Client, Integration, Options, StackParser } from '@sentry/core';
|
|
2
|
+
import * as clientSdk from './client';
|
|
3
|
+
import * as serverSdk from './server';
|
|
1
4
|
export * from './config';
|
|
2
5
|
export * from './client';
|
|
3
6
|
export * from './server';
|
|
4
7
|
export * from './common';
|
|
5
|
-
import { Client, Integration, Options, StackParser } from '@sentry/core';
|
|
6
|
-
import * as clientSdk from './client';
|
|
7
|
-
import * as serverSdk from './server';
|
|
8
8
|
/** Initializes Sentry TanStack Start SDK */
|
|
9
9
|
export declare function init(options: Options | clientSdk.BrowserOptions | serverSdk.NodeOptions): Client | undefined;
|
|
10
10
|
export declare const linkedErrorsIntegration: typeof clientSdk.linkedErrorsIntegration;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/tanstackstart-react",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.15.0",
|
|
4
4
|
"description": "Official Sentry SDK for TanStack Start React",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/tanstackstart-react",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@opentelemetry/api": "^1.9.0",
|
|
54
54
|
"@opentelemetry/semantic-conventions": "^1.30.0",
|
|
55
|
-
"@sentry-internal/browser-utils": "9.
|
|
56
|
-
"@sentry/core": "9.
|
|
57
|
-
"@sentry/node": "9.
|
|
58
|
-
"@sentry/opentelemetry": "9.
|
|
59
|
-
"@sentry/react": "9.
|
|
55
|
+
"@sentry-internal/browser-utils": "9.15.0",
|
|
56
|
+
"@sentry/core": "9.15.0",
|
|
57
|
+
"@sentry/node": "9.15.0",
|
|
58
|
+
"@sentry/opentelemetry": "9.15.0",
|
|
59
|
+
"@sentry/react": "9.15.0"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "run-p build:transpile build:types",
|