@sentry/bundler-plugin-core 2.14.2 → 2.14.3

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 CHANGED
@@ -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.14.2",
13604
+ release: "2.14.3",
13605
13605
  integrations: [],
13606
13606
  tracePropagationTargets: ["sentry.io/api"],
13607
13607
  stackParser: defaultStackParser,
@@ -14514,7 +14514,7 @@ function sentryUnpluginFactory(_ref) {
14514
14514
  });
14515
14515
 
14516
14516
  // Set the User-Agent that Sentry CLI will use when interacting with Sentry
14517
- process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.14.2");
14517
+ process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.14.3");
14518
14518
  function handleRecoverableError(unknownError) {
14519
14519
  sentrySession.status = "abnormal";
14520
14520
  try {
@@ -13561,7 +13561,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
13561
13561
  dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
13562
13562
  tracesSampleRate: 1,
13563
13563
  sampleRate: 1,
13564
- release: "2.14.2",
13564
+ release: "2.14.3",
13565
13565
  integrations: [],
13566
13566
  tracePropagationTargets: ["sentry.io/api"],
13567
13567
  stackParser: defaultStackParser,
@@ -14474,7 +14474,7 @@ function sentryUnpluginFactory(_ref) {
14474
14474
  });
14475
14475
 
14476
14476
  // Set the User-Agent that Sentry CLI will use when interacting with Sentry
14477
- process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.14.2");
14477
+ process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.14.3");
14478
14478
  function handleRecoverableError(unknownError) {
14479
14479
  sentrySession.status = "abnormal";
14480
14480
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/bundler-plugin-core",
3
- "version": "2.14.2",
3
+ "version": "2.14.3",
4
4
  "description": "Sentry Bundler Plugin Core",
5
5
  "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
6
6
  "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
@@ -52,12 +52,12 @@
52
52
  "fix": "eslint ./src ./test --format stylish --fix"
53
53
  },
54
54
  "dependencies": {
55
- "@babel/core": "7.18.5",
56
- "@sentry/babel-plugin-component-annotate": "2.14.2",
55
+ "@babel/core": "^7.18.5",
56
+ "@sentry/babel-plugin-component-annotate": "2.14.3",
57
57
  "@sentry/cli": "^2.22.3",
58
58
  "dotenv": "^16.3.1",
59
- "find-up": "5.0.0",
60
- "glob": "9.3.2",
59
+ "find-up": "^5.0.0",
60
+ "glob": "^9.3.2",
61
61
  "magic-string": "0.27.0",
62
62
  "unplugin": "1.0.1"
63
63
  },
@@ -68,8 +68,8 @@
68
68
  "@rollup/plugin-json": "4.1.0",
69
69
  "@rollup/plugin-node-resolve": "13.3.0",
70
70
  "@rollup/plugin-replace": "^4.0.0",
71
- "@sentry-internal/eslint-config": "2.14.2",
72
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.14.2",
71
+ "@sentry-internal/eslint-config": "2.14.3",
72
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.14.3",
73
73
  "@sentry/node": "7.102.0",
74
74
  "@sentry/utils": "7.102.0",
75
75
  "@swc/core": "^1.2.205",