@sentry/bundler-plugin-core 0.7.0 → 0.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 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.mjs +3 -3
- package/dist/esm/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -46,6 +46,7 @@ var fs__namespace = /*#__PURE__*/_interopNamespace(fs);
|
|
|
46
46
|
var os__default = /*#__PURE__*/_interopDefaultLegacy(os);
|
|
47
47
|
var crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto);
|
|
48
48
|
var util__namespace = /*#__PURE__*/_interopNamespace(util);
|
|
49
|
+
var webpackSources__default = /*#__PURE__*/_interopDefaultLegacy(webpackSources);
|
|
49
50
|
|
|
50
51
|
function _regeneratorRuntime() {
|
|
51
52
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
@@ -1126,7 +1127,7 @@ function makeSentryClient(dsn, allowedToSendTelemetryPromise, userProject) {
|
|
|
1126
1127
|
// a dashboard.
|
|
1127
1128
|
// Yes, this is slightly abusing the purpose of this field.
|
|
1128
1129
|
dist: userProject,
|
|
1129
|
-
release: "0.7.
|
|
1130
|
+
release: "0.7.1",
|
|
1130
1131
|
integrations: [],
|
|
1131
1132
|
tracePropagationTargets: ["sentry.io/api"],
|
|
1132
1133
|
stackParser: node.defaultStackParser,
|
|
@@ -2727,7 +2728,7 @@ var unplugin = unplugin$1.createUnplugin(function (userOptions, unpluginMetaCont
|
|
|
2727
2728
|
newSourceMap.sources = originalSourceMap.sources; // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
2728
2729
|
|
|
2729
2730
|
newSourceMap.sourcesContent = originalSourceMap.sourcesContent;
|
|
2730
|
-
var newSource = new
|
|
2731
|
+
var newSource = new webpackSources__default["default"].SourceMapSource(newCode, fileName, // eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
2731
2732
|
originalSourceMap, originalCode, newSourceMap, false);
|
|
2732
2733
|
cache.set(oldSource, newSource);
|
|
2733
2734
|
return newSource;
|