@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/esm/index.mjs
CHANGED
|
@@ -5386,7 +5386,7 @@ function makeOptionallyEnabledNodeTransport(shouldSendTelemetry) {
|
|
|
5386
5386
|
|
|
5387
5387
|
//#endregion
|
|
5388
5388
|
//#region src/version.ts
|
|
5389
|
-
const LIB_VERSION = "5.
|
|
5389
|
+
const LIB_VERSION = "5.1.0";
|
|
5390
5390
|
|
|
5391
5391
|
//#endregion
|
|
5392
5392
|
//#region src/sentry/telemetry.ts
|