@sentry/bundler-plugin-core 3.1.1 → 3.1.2
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.1.
|
|
8114
|
+
release: "3.1.2",
|
|
8115
8115
|
integrations: [],
|
|
8116
8116
|
tracePropagationTargets: ["sentry.io/api"],
|
|
8117
8117
|
stackParser: stackParser,
|
|
@@ -9152,7 +9152,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
9152
9152
|
});
|
|
9153
9153
|
|
|
9154
9154
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
9155
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.1.
|
|
9155
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.1.2");
|
|
9156
9156
|
function handleRecoverableError(unknownError) {
|
|
9157
9157
|
sentrySession.status = "abnormal";
|
|
9158
9158
|
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.1.
|
|
8078
|
+
release: "3.1.2",
|
|
8079
8079
|
integrations: [],
|
|
8080
8080
|
tracePropagationTargets: ["sentry.io/api"],
|
|
8081
8081
|
stackParser: stackParser,
|
|
@@ -9116,7 +9116,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
9116
9116
|
});
|
|
9117
9117
|
|
|
9118
9118
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
9119
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.1.
|
|
9119
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.1.2");
|
|
9120
9120
|
function handleRecoverableError(unknownError) {
|
|
9121
9121
|
sentrySession.status = "abnormal";
|
|
9122
9122
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/bundler-plugin-core",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
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.1.
|
|
57
|
-
"@sentry/cli": "2.
|
|
56
|
+
"@sentry/babel-plugin-component-annotate": "3.1.2",
|
|
57
|
+
"@sentry/cli": "2.41.1",
|
|
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.1.
|
|
72
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.1.
|
|
71
|
+
"@sentry-internal/eslint-config": "3.1.2",
|
|
72
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.1.2",
|
|
73
73
|
"@sentry/core": "8.30.0",
|
|
74
74
|
"@sentry/types": "8.30.0",
|
|
75
75
|
"@sentry/utils": "8.30.0",
|