@sentry/tanstackstart-react 10.21.0-alpha.0 → 10.21.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.
@@ -1 +1 @@
1
- {"type":"module","version":"10.21.0-alpha.0","sideEffects":false}
1
+ {"type":"module","version":"10.21.0","sideEffects":false}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/common/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,mCAAmC;oBAEH,GAAG,EAAE;QAGpD;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAE5D;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,CAAC,EAAE,eAAe,EAAE,CAAC,GAAG,CAAC,CAEtE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/common/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,mCAAmC,KAEhC,CAAC,EAAE,QAAQ;IAAE,IAAI,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAA;CAAE,KAAG,CAAC,CAGhE;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAE5D;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,CAAC,EAAE,eAAe,EAAE,CAAC,GAAG,CAAC,CAEtE"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export * from '@sentry/node';
3
2
  /**
4
3
  * A passthrough error boundary for the server that doesn't depend on any react. Error boundaries don't catch SSR errors
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/server/index.ts"],"names":[],"mappings":";AAAA,cAAc,cAAc,CAAC;AAE7B;;;GAGG;AACH,eAAO,MAAM,aAAa,UAAW,MAAM,iBAAiB,CAAC,OAAO,CAAC,KAAG,MAAM,SAU7E,CAAC;AAEF;;GAEG;AACH,wBAAgB,mBAAmB,kBACZ,OAAO,aAC7B;AAED;;;GAGG;AAEH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7D,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GACvC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAEb;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAEvC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/server/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAE7B;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,OAAO,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,KAAG,KAAK,CAAC,SAU7E,CAAC;AAEF;;GAEG;AACH,wBAAgB,mBAAmB,KACzB,aAAa,OAAO,aAC7B;AAED;;;GAGG;AAEH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7D,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GACvC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAEb;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAEvC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export * from '@sentry/node';
3
2
  /**
4
3
  * A passthrough error boundary for the server that doesn't depend on any react. Error boundaries don't catch SSR errors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/tanstackstart-react",
3
- "version": "10.21.0-alpha.0",
3
+ "version": "10.21.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,10 +52,10 @@
52
52
  "dependencies": {
53
53
  "@opentelemetry/api": "^1.9.0",
54
54
  "@opentelemetry/semantic-conventions": "^1.37.0",
55
- "@sentry-internal/browser-utils": "10.21.0-alpha.0",
56
- "@sentry/core": "10.21.0-alpha.0",
57
- "@sentry/node": "10.21.0-alpha.0",
58
- "@sentry/react": "10.21.0-alpha.0"
55
+ "@sentry-internal/browser-utils": "10.21.0",
56
+ "@sentry/core": "10.21.0",
57
+ "@sentry/node": "10.21.0",
58
+ "@sentry/react": "10.21.0"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "run-p build:transpile build:types",