@sentry/bundler-plugin-core 2.7.0 → 2.7.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 +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.mjs +3 -3
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/types.d.ts +1 -2
- package/dist/types/types.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/esm/index.mjs
CHANGED
|
@@ -1111,7 +1111,7 @@ function _prepareSourceMapForDebugIdUpload() {
|
|
|
1111
1111
|
return _context7.abrupt("return");
|
|
1112
1112
|
case 20:
|
|
1113
1113
|
if (map["sources"] && Array.isArray(map["sources"])) {
|
|
1114
|
-
map["sources"].map(function (source) {
|
|
1114
|
+
map["sources"] = map["sources"].map(function (source) {
|
|
1115
1115
|
return rewriteSourcesHook(source, map);
|
|
1116
1116
|
});
|
|
1117
1117
|
}
|
|
@@ -1333,7 +1333,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
1333
1333
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
1334
1334
|
tracesSampleRate: 1,
|
|
1335
1335
|
sampleRate: 1,
|
|
1336
|
-
release: "2.7.
|
|
1336
|
+
release: "2.7.1",
|
|
1337
1337
|
integrations: [],
|
|
1338
1338
|
tracePropagationTargets: ["sentry.io/api"],
|
|
1339
1339
|
stackParser: defaultStackParser,
|
|
@@ -1565,7 +1565,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
1565
1565
|
});
|
|
1566
1566
|
|
|
1567
1567
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
1568
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.7.
|
|
1568
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.7.1");
|
|
1569
1569
|
function handleRecoverableError(unknownError) {
|
|
1570
1570
|
sentrySession.status = "abnormal";
|
|
1571
1571
|
try {
|