@sentry/bundler-plugin-core 4.1.0 → 4.1.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 CHANGED
@@ -8307,7 +8307,7 @@ function createSentryInstance(options, shouldSendTelemetry, buildTool) {
8307
8307
  dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
8308
8308
  tracesSampleRate: 1,
8309
8309
  sampleRate: 1,
8310
- release: "4.1.0",
8310
+ release: "4.1.1",
8311
8311
  integrations: [],
8312
8312
  tracePropagationTargets: ["sentry.io/api"],
8313
8313
  stackParser: stackParser,
@@ -8910,7 +8910,7 @@ function createSentryBuildPluginManager(userOptions, bundlerPluginMetaContext) {
8910
8910
  });
8911
8911
 
8912
8912
  // Set the User-Agent that Sentry CLI will use when interacting with Sentry
8913
- process.env["SENTRY_PIPELINE"] = "".concat(bundlerPluginMetaContext.buildTool, "-plugin/", "4.1.0");
8913
+ process.env["SENTRY_PIPELINE"] = "".concat(bundlerPluginMetaContext.buildTool, "-plugin/", "4.1.1");
8914
8914
 
8915
8915
  // Not a bulletproof check but should be good enough to at least sometimes determine
8916
8916
  // if the plugin is called in dev/watch mode or for a prod build. The important part
@@ -8270,7 +8270,7 @@ function createSentryInstance(options, shouldSendTelemetry, buildTool) {
8270
8270
  dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
8271
8271
  tracesSampleRate: 1,
8272
8272
  sampleRate: 1,
8273
- release: "4.1.0",
8273
+ release: "4.1.1",
8274
8274
  integrations: [],
8275
8275
  tracePropagationTargets: ["sentry.io/api"],
8276
8276
  stackParser: stackParser,
@@ -8873,7 +8873,7 @@ function createSentryBuildPluginManager(userOptions, bundlerPluginMetaContext) {
8873
8873
  });
8874
8874
 
8875
8875
  // Set the User-Agent that Sentry CLI will use when interacting with Sentry
8876
- process.env["SENTRY_PIPELINE"] = "".concat(bundlerPluginMetaContext.buildTool, "-plugin/", "4.1.0");
8876
+ process.env["SENTRY_PIPELINE"] = "".concat(bundlerPluginMetaContext.buildTool, "-plugin/", "4.1.1");
8877
8877
 
8878
8878
  // Not a bulletproof check but should be good enough to at least sometimes determine
8879
8879
  // if the plugin is called in dev/watch mode or for a prod build. The important part
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/bundler-plugin-core",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
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",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@babel/core": "^7.18.5",
56
- "@sentry/babel-plugin-component-annotate": "4.1.0",
56
+ "@sentry/babel-plugin-component-annotate": "4.1.1",
57
57
  "@sentry/cli": "^2.51.0",
58
58
  "dotenv": "^16.3.1",
59
59
  "find-up": "^5.0.0",
@@ -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": "4.1.0",
72
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "4.1.0",
71
+ "@sentry-internal/eslint-config": "4.1.1",
72
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "4.1.1",
73
73
  "@sentry/core": "8.30.0",
74
74
  "@sentry/types": "8.30.0",
75
75
  "@sentry/utils": "8.30.0",