@sentry/bundler-plugin-core 2.19.0 → 2.20.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.
- package/dist/cjs/index.js +2 -2
- package/dist/esm/index.mjs +2 -2
- package/package.json +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -13659,7 +13659,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
13659
13659
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
13660
13660
|
tracesSampleRate: 1,
|
|
13661
13661
|
sampleRate: 1,
|
|
13662
|
-
release: "2.
|
|
13662
|
+
release: "2.20.0",
|
|
13663
13663
|
integrations: [],
|
|
13664
13664
|
tracePropagationTargets: ["sentry.io/api"],
|
|
13665
13665
|
stackParser: defaultStackParser,
|
|
@@ -14584,7 +14584,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
14584
14584
|
});
|
|
14585
14585
|
|
|
14586
14586
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
14587
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.
|
|
14587
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.20.0");
|
|
14588
14588
|
function handleRecoverableError(unknownError) {
|
|
14589
14589
|
sentrySession.status = "abnormal";
|
|
14590
14590
|
try {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -13619,7 +13619,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
13619
13619
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
13620
13620
|
tracesSampleRate: 1,
|
|
13621
13621
|
sampleRate: 1,
|
|
13622
|
-
release: "2.
|
|
13622
|
+
release: "2.20.0",
|
|
13623
13623
|
integrations: [],
|
|
13624
13624
|
tracePropagationTargets: ["sentry.io/api"],
|
|
13625
13625
|
stackParser: defaultStackParser,
|
|
@@ -14544,7 +14544,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
14544
14544
|
});
|
|
14545
14545
|
|
|
14546
14546
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
14547
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.
|
|
14547
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.20.0");
|
|
14548
14548
|
function handleRecoverableError(unknownError) {
|
|
14549
14549
|
sentrySession.status = "abnormal";
|
|
14550
14550
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/bundler-plugin-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0",
|
|
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,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/core": "^7.18.5",
|
|
56
|
-
"@sentry/babel-plugin-component-annotate": "2.
|
|
56
|
+
"@sentry/babel-plugin-component-annotate": "2.20.0",
|
|
57
57
|
"@sentry/cli": "^2.22.3",
|
|
58
58
|
"dotenv": "^16.3.1",
|
|
59
59
|
"find-up": "^5.0.0",
|
|
@@ -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": "2.
|
|
72
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.
|
|
71
|
+
"@sentry-internal/eslint-config": "2.20.0",
|
|
72
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.0",
|
|
73
73
|
"@sentry/node": "7.102.0",
|
|
74
74
|
"@sentry/utils": "7.102.0",
|
|
75
75
|
"@swc/core": "^1.2.205",
|