@sentry/webpack-plugin 4.2.0 → 4.3.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -392,9 +392,11 @@ Required if the `auto` option is not set to `true`.
392
392
 
393
393
  ### `release.deploy`
394
394
 
395
-
395
+ Type: `DeployOptions | false`
396
396
 
397
397
  Configuration for adding deployment information to the release in Sentry.
398
+
399
+ Set to `false` to disable automatic deployment detection and creation (e.g., when deploying on Vercel).
398
400
  ### `release.deploy.env`
399
401
 
400
402
  Type: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/webpack-plugin",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "Official Sentry Webpack plugin",
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/webpack-plugin",
@@ -53,7 +53,7 @@
53
53
  "prepack": "ts-node ./src/prepack.ts"
54
54
  },
55
55
  "dependencies": {
56
- "@sentry/bundler-plugin-core": "4.2.0",
56
+ "@sentry/bundler-plugin-core": "4.3.0",
57
57
  "unplugin": "1.0.1",
58
58
  "uuid": "^9.0.0"
59
59
  },
@@ -63,8 +63,8 @@
63
63
  "@babel/preset-typescript": "7.17.12",
64
64
  "@rollup/plugin-babel": "5.3.1",
65
65
  "@rollup/plugin-commonjs": "22.0.1",
66
- "@sentry-internal/eslint-config": "4.2.0",
67
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "4.2.0",
66
+ "@sentry-internal/eslint-config": "4.3.0",
67
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "4.3.0",
68
68
  "@swc/core": "^1.2.205",
69
69
  "@swc/jest": "^0.2.21",
70
70
  "@types/jest": "^28.1.3",