@sentry/tanstackstart-react 9.11.0 → 9.13.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
- {"version":3,"file":"index.js","sources":["../../../src/config/index.ts"],"sourcesContent":["/**\n * Wraps a TanStack Start config.\n */\nexport function wrapVinxiConfigWithSentry<C>(\n config: C,\n // TODO: Expand this type in the future. Right now it is just so that TS doesn't complain for our users when they copy paste from the docs.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n sentryBuildOptions: {\n org?: string;\n project?: string;\n silent?: boolean;\n authToken?: boolean;\n } = {},\n): C {\n return config;\n}\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AACO,SAAS,yBAAyB;AACzC,EAAE,MAAM;AACR;AACA;AACA,EAAE;;AAKA,GAAI,EAAE;AACR,EAAK;AACL,EAAE,OAAO,MAAM;AACf;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/config/index.ts"],"sourcesContent":["/**\n * Wraps a TanStack Start config.\n */\nexport function wrapVinxiConfigWithSentry<C>(\n config: C,\n // TODO: Expand this type in the future. Right now it is just so that TS doesn't complain for our users when they copy paste from the docs.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n sentryBuildOptions: {\n org?: string;\n project?: string;\n silent?: boolean;\n authToken?: string;\n } = {},\n): C {\n return config;\n}\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AACO,SAAS,yBAAyB;AACzC,EAAE,MAAM;AACR;AACA;AACA,EAAE;;AAKA,GAAI,EAAE;AACR,EAAK;AACL,EAAE,OAAO,MAAM;AACf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/config/index.ts"],"sourcesContent":["/**\n * Wraps a TanStack Start config.\n */\nexport function wrapVinxiConfigWithSentry<C>(\n config: C,\n // TODO: Expand this type in the future. Right now it is just so that TS doesn't complain for our users when they copy paste from the docs.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n sentryBuildOptions: {\n org?: string;\n project?: string;\n silent?: boolean;\n authToken?: boolean;\n } = {},\n): C {\n return config;\n}\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACO,SAAS,yBAAyB;AACzC,EAAE,MAAM;AACR;AACA;AACA,EAAE;;AAKA,GAAI,EAAE;AACR,EAAK;AACL,EAAE,OAAO,MAAM;AACf;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/config/index.ts"],"sourcesContent":["/**\n * Wraps a TanStack Start config.\n */\nexport function wrapVinxiConfigWithSentry<C>(\n config: C,\n // TODO: Expand this type in the future. Right now it is just so that TS doesn't complain for our users when they copy paste from the docs.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n sentryBuildOptions: {\n org?: string;\n project?: string;\n silent?: boolean;\n authToken?: string;\n } = {},\n): C {\n return config;\n}\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACO,SAAS,yBAAyB;AACzC,EAAE,MAAM;AACR;AACA;AACA,EAAE;;AAKA,GAAI,EAAE;AACR,EAAK;AACL,EAAE,OAAO,MAAM;AACf;;;;"}
@@ -1 +1 @@
1
- {"type":"module","version":"9.11.0","sideEffects":false}
1
+ {"type":"module","version":"9.13.0","sideEffects":false}
@@ -5,6 +5,6 @@ export declare function wrapVinxiConfigWithSentry<C>(config: C, sentryBuildOptio
5
5
  org?: string;
6
6
  project?: string;
7
7
  silent?: boolean;
8
- authToken?: boolean;
8
+ authToken?: string;
9
9
  }): C;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,CAAC,EACzC,MAAM,EAAE,CAAC,EAGT,kBAAkB,GAAE;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;CAChB,GACL,CAAC,CAEH"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,CAAC,EACzC,MAAM,EAAE,CAAC,EAGT,kBAAkB,GAAE;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACf,GACL,CAAC,CAEH"}
@@ -5,6 +5,6 @@ export declare function wrapVinxiConfigWithSentry<C>(config: C, sentryBuildOptio
5
5
  org?: string;
6
6
  project?: string;
7
7
  silent?: boolean;
8
- authToken?: boolean;
8
+ authToken?: string;
9
9
  }): C;
10
10
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/tanstackstart-react",
3
- "version": "9.11.0",
3
+ "version": "9.13.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.11.0",
56
- "@sentry/core": "9.11.0",
57
- "@sentry/node": "9.11.0",
58
- "@sentry/opentelemetry": "9.11.0",
59
- "@sentry/react": "9.11.0"
55
+ "@sentry-internal/browser-utils": "9.13.0",
56
+ "@sentry/core": "9.13.0",
57
+ "@sentry/node": "9.13.0",
58
+ "@sentry/opentelemetry": "9.13.0",
59
+ "@sentry/react": "9.13.0"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "run-p build:transpile build:types",