@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/cjs/index.js
CHANGED
|
@@ -1145,7 +1145,7 @@ function _prepareSourceMapForDebugIdUpload() {
|
|
|
1145
1145
|
return _context7.abrupt("return");
|
|
1146
1146
|
case 20:
|
|
1147
1147
|
if (map["sources"] && Array.isArray(map["sources"])) {
|
|
1148
|
-
map["sources"].map(function (source) {
|
|
1148
|
+
map["sources"] = map["sources"].map(function (source) {
|
|
1149
1149
|
return rewriteSourcesHook(source, map);
|
|
1150
1150
|
});
|
|
1151
1151
|
}
|
|
@@ -1367,7 +1367,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
1367
1367
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
1368
1368
|
tracesSampleRate: 1,
|
|
1369
1369
|
sampleRate: 1,
|
|
1370
|
-
release: "2.7.
|
|
1370
|
+
release: "2.7.1",
|
|
1371
1371
|
integrations: [],
|
|
1372
1372
|
tracePropagationTargets: ["sentry.io/api"],
|
|
1373
1373
|
stackParser: node.defaultStackParser,
|
|
@@ -1599,7 +1599,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
1599
1599
|
});
|
|
1600
1600
|
|
|
1601
1601
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
1602
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.7.
|
|
1602
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.7.1");
|
|
1603
1603
|
function handleRecoverableError(unknownError) {
|
|
1604
1604
|
sentrySession.status = "abnormal";
|
|
1605
1605
|
try {
|