@sentry/bundler-plugin-core 3.2.0 → 3.2.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 +2 -2
- package/dist/esm/index.mjs +2 -2
- package/package.json +5 -5
package/dist/cjs/index.js
CHANGED
|
@@ -8111,7 +8111,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
8111
8111
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
8112
8112
|
tracesSampleRate: 1,
|
|
8113
8113
|
sampleRate: 1,
|
|
8114
|
-
release: "3.2.
|
|
8114
|
+
release: "3.2.1",
|
|
8115
8115
|
integrations: [],
|
|
8116
8116
|
tracePropagationTargets: ["sentry.io/api"],
|
|
8117
8117
|
stackParser: stackParser,
|
|
@@ -9156,7 +9156,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
9156
9156
|
});
|
|
9157
9157
|
|
|
9158
9158
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
9159
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.2.
|
|
9159
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.2.1");
|
|
9160
9160
|
function handleRecoverableError(unknownError) {
|
|
9161
9161
|
sentrySession.status = "abnormal";
|
|
9162
9162
|
try {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -8075,7 +8075,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
8075
8075
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
8076
8076
|
tracesSampleRate: 1,
|
|
8077
8077
|
sampleRate: 1,
|
|
8078
|
-
release: "3.2.
|
|
8078
|
+
release: "3.2.1",
|
|
8079
8079
|
integrations: [],
|
|
8080
8080
|
tracePropagationTargets: ["sentry.io/api"],
|
|
8081
8081
|
stackParser: stackParser,
|
|
@@ -9120,7 +9120,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
9120
9120
|
});
|
|
9121
9121
|
|
|
9122
9122
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
9123
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.2.
|
|
9123
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.2.1");
|
|
9124
9124
|
function handleRecoverableError(unknownError) {
|
|
9125
9125
|
sentrySession.status = "abnormal";
|
|
9126
9126
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/bundler-plugin-core",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.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",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/core": "^7.18.5",
|
|
56
|
-
"@sentry/babel-plugin-component-annotate": "3.2.
|
|
57
|
-
"@sentry/cli": "2.
|
|
56
|
+
"@sentry/babel-plugin-component-annotate": "3.2.1",
|
|
57
|
+
"@sentry/cli": "2.42.2",
|
|
58
58
|
"dotenv": "^16.3.1",
|
|
59
59
|
"find-up": "^5.0.0",
|
|
60
60
|
"glob": "^9.3.2",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@rollup/plugin-json": "4.1.0",
|
|
69
69
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
70
70
|
"@rollup/plugin-replace": "^4.0.0",
|
|
71
|
-
"@sentry-internal/eslint-config": "3.2.
|
|
72
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.
|
|
71
|
+
"@sentry-internal/eslint-config": "3.2.1",
|
|
72
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.1",
|
|
73
73
|
"@sentry/core": "8.30.0",
|
|
74
74
|
"@sentry/types": "8.30.0",
|
|
75
75
|
"@sentry/utils": "8.30.0",
|