@sentry/bundler-plugin-core 2.10.0 → 2.10.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 +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -1384,7 +1384,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
1384
1384
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
1385
1385
|
tracesSampleRate: 1,
|
|
1386
1386
|
sampleRate: 1,
|
|
1387
|
-
release: "2.10.
|
|
1387
|
+
release: "2.10.2",
|
|
1388
1388
|
integrations: [],
|
|
1389
1389
|
tracePropagationTargets: ["sentry.io/api"],
|
|
1390
1390
|
stackParser: node.defaultStackParser,
|
|
@@ -1617,7 +1617,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
1617
1617
|
});
|
|
1618
1618
|
|
|
1619
1619
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
1620
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.10.
|
|
1620
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.10.2");
|
|
1621
1621
|
function handleRecoverableError(unknownError) {
|
|
1622
1622
|
sentrySession.status = "abnormal";
|
|
1623
1623
|
try {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1350,7 +1350,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
1350
1350
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
1351
1351
|
tracesSampleRate: 1,
|
|
1352
1352
|
sampleRate: 1,
|
|
1353
|
-
release: "2.10.
|
|
1353
|
+
release: "2.10.2",
|
|
1354
1354
|
integrations: [],
|
|
1355
1355
|
tracePropagationTargets: ["sentry.io/api"],
|
|
1356
1356
|
stackParser: defaultStackParser,
|
|
@@ -1583,7 +1583,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
1583
1583
|
});
|
|
1584
1584
|
|
|
1585
1585
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
1586
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.10.
|
|
1586
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.10.2");
|
|
1587
1587
|
function handleRecoverableError(unknownError) {
|
|
1588
1588
|
sentrySession.status = "abnormal";
|
|
1589
1589
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/bundler-plugin-core",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.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",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"fix": "eslint ./src ./test --format stylish --fix"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@sentry/cli": "^2.
|
|
55
|
+
"@sentry/cli": "^2.22.3",
|
|
56
56
|
"@sentry/node": "^7.60.0",
|
|
57
57
|
"@sentry/utils": "^7.60.0",
|
|
58
58
|
"dotenv": "^16.3.1",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"@rollup/plugin-json": "4.1.0",
|
|
70
70
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
71
71
|
"@rollup/plugin-replace": "^4.0.0",
|
|
72
|
-
"@sentry-internal/eslint-config": "2.10.
|
|
73
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.10.
|
|
72
|
+
"@sentry-internal/eslint-config": "2.10.2",
|
|
73
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.10.2",
|
|
74
74
|
"@swc/core": "^1.2.205",
|
|
75
75
|
"@swc/jest": "^0.2.21",
|
|
76
76
|
"@types/jest": "^28.1.3",
|