@sentry/tanstackstart-react 9.11.0 → 9.12.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?:
|
|
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?:
|
|
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;;;;"}
|
package/build/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"9.
|
|
1
|
+
{"type":"module","version":"9.12.0","sideEffects":false}
|
|
@@ -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,
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/tanstackstart-react",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.12.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.12.0",
|
|
56
|
+
"@sentry/core": "9.12.0",
|
|
57
|
+
"@sentry/node": "9.12.0",
|
|
58
|
+
"@sentry/opentelemetry": "9.12.0",
|
|
59
|
+
"@sentry/react": "9.12.0"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "run-p build:transpile build:types",
|