@sentry/bundler-plugin-core 2.16.0 → 2.16.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 +7 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.mjs +7 -7
- package/dist/esm/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/cjs/index.js
CHANGED
|
@@ -687,7 +687,7 @@ function replaceBooleanFlagsInCode(code, replacementValues) {
|
|
|
687
687
|
return {
|
|
688
688
|
code: ms.toString(),
|
|
689
689
|
map: ms.generateMap({
|
|
690
|
-
hires:
|
|
690
|
+
hires: "boundary"
|
|
691
691
|
})
|
|
692
692
|
};
|
|
693
693
|
}
|
|
@@ -13601,7 +13601,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
13601
13601
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
13602
13602
|
tracesSampleRate: 1,
|
|
13603
13603
|
sampleRate: 1,
|
|
13604
|
-
release: "2.16.
|
|
13604
|
+
release: "2.16.1",
|
|
13605
13605
|
integrations: [],
|
|
13606
13606
|
tracePropagationTargets: ["sentry.io/api"],
|
|
13607
13607
|
stackParser: defaultStackParser,
|
|
@@ -14516,7 +14516,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
14516
14516
|
});
|
|
14517
14517
|
|
|
14518
14518
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
14519
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.16.
|
|
14519
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.16.1");
|
|
14520
14520
|
function handleRecoverableError(unknownError) {
|
|
14521
14521
|
sentrySession.status = "abnormal";
|
|
14522
14522
|
try {
|
|
@@ -14750,7 +14750,7 @@ function createRollupReleaseInjectionHooks(injectionCode) {
|
|
|
14750
14750
|
return {
|
|
14751
14751
|
code: ms.toString(),
|
|
14752
14752
|
map: ms.generateMap({
|
|
14753
|
-
hires:
|
|
14753
|
+
hires: "boundary"
|
|
14754
14754
|
})
|
|
14755
14755
|
};
|
|
14756
14756
|
}
|
|
@@ -14796,7 +14796,7 @@ function createRollupDebugIdInjectionHooks() {
|
|
|
14796
14796
|
code: ms.toString(),
|
|
14797
14797
|
map: ms.generateMap({
|
|
14798
14798
|
file: chunk.fileName,
|
|
14799
|
-
hires:
|
|
14799
|
+
hires: "boundary"
|
|
14800
14800
|
})
|
|
14801
14801
|
};
|
|
14802
14802
|
} else {
|
|
@@ -14831,7 +14831,7 @@ function createRollupModuleMetadataInjectionHooks(injectionCode) {
|
|
|
14831
14831
|
code: ms.toString(),
|
|
14832
14832
|
map: ms.generateMap({
|
|
14833
14833
|
file: chunk.fileName,
|
|
14834
|
-
hires:
|
|
14834
|
+
hires: "boundary"
|
|
14835
14835
|
})
|
|
14836
14836
|
};
|
|
14837
14837
|
} else {
|
|
@@ -14855,7 +14855,7 @@ function createRollupDebugIdUploadHooks(upload) {
|
|
|
14855
14855
|
}
|
|
14856
14856
|
outputDir = outputOptions.dir;
|
|
14857
14857
|
_context.next = 4;
|
|
14858
|
-
return glob.glob(["/**/*.js", "/**/*.js.map", "/**/*.mjs.map", "/**/*.cjs.map"], {
|
|
14858
|
+
return glob.glob(["/**/*.js", "/**/*.mjs", "/**/*.cjs", "/**/*.js.map", "/**/*.mjs.map", "/**/*.cjs.map"], {
|
|
14859
14859
|
root: outputDir,
|
|
14860
14860
|
absolute: true,
|
|
14861
14861
|
nodir: true
|