@sentry/bundler-plugin-core 5.0.0 → 5.1.0
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +5 -5
package/dist/cjs/index.js
CHANGED
|
@@ -5423,7 +5423,7 @@ function makeOptionallyEnabledNodeTransport(shouldSendTelemetry) {
|
|
|
5423
5423
|
|
|
5424
5424
|
//#endregion
|
|
5425
5425
|
//#region src/version.ts
|
|
5426
|
-
const LIB_VERSION = "5.
|
|
5426
|
+
const LIB_VERSION = "5.1.0";
|
|
5427
5427
|
|
|
5428
5428
|
//#endregion
|
|
5429
5429
|
//#region src/sentry/telemetry.ts
|