@sentry/bundler-plugin-core 2.0.0-alpha.0 → 2.0.0-alpha.1
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/dist/cjs/index.js +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -943,7 +943,7 @@ function makeSentryClient(dsn, allowedToSendTelemetryPromise, userProject) {
|
|
|
943
943
|
// a dashboard.
|
|
944
944
|
// Yes, this is slightly abusing the purpose of this field.
|
|
945
945
|
dist: userProject,
|
|
946
|
-
release: "2.0.0-alpha.
|
|
946
|
+
release: "2.0.0-alpha.1",
|
|
947
947
|
integrations: [],
|
|
948
948
|
tracePropagationTargets: ["sentry.io/api"],
|
|
949
949
|
stackParser: node.defaultStackParser,
|
package/dist/esm/index.mjs
CHANGED
|
@@ -933,7 +933,7 @@ function makeSentryClient(dsn, allowedToSendTelemetryPromise, userProject) {
|
|
|
933
933
|
// a dashboard.
|
|
934
934
|
// Yes, this is slightly abusing the purpose of this field.
|
|
935
935
|
dist: userProject,
|
|
936
|
-
release: "2.0.0-alpha.
|
|
936
|
+
release: "2.0.0-alpha.1",
|
|
937
937
|
integrations: [],
|
|
938
938
|
tracePropagationTargets: ["sentry.io/api"],
|
|
939
939
|
stackParser: defaultStackParser,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/bundler-plugin-core",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.1",
|
|
4
4
|
"description": "Sentry Bundler Plugin Core",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@rollup/plugin-json": "4.1.0",
|
|
57
57
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
58
58
|
"@rollup/plugin-replace": "^4.0.0",
|
|
59
|
-
"@sentry-internal/eslint-config": "2.0.0-alpha.
|
|
60
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.
|
|
59
|
+
"@sentry-internal/eslint-config": "2.0.0-alpha.1",
|
|
60
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.1",
|
|
61
61
|
"@swc/core": "^1.2.205",
|
|
62
62
|
"@swc/jest": "^0.2.21",
|
|
63
63
|
"@types/jest": "^28.1.3",
|