@sentry/webpack-plugin 3.1.1 → 3.2.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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -221,9 +221,9 @@ Defaults to making all sources relative to `process.cwd()` while building.
|
|
|
221
221
|
|
|
222
222
|
### `sourcemaps.filesToDeleteAfterUpload`
|
|
223
223
|
|
|
224
|
-
Type: `string | string[]
|
|
224
|
+
Type: `string | string[] | Promise<string | string[]>`
|
|
225
225
|
|
|
226
|
-
A glob or
|
|
226
|
+
A glob, an array of globs or a promise resolving a glob or array of globs that specifies the build artifacts that should be deleted after the artifact upload to Sentry has been completed.
|
|
227
227
|
|
|
228
228
|
The globbing patterns follow the implementation of the `glob` package. (https://www.npmjs.com/package/glob)
|
|
229
229
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/webpack-plugin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.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",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"prepack": "ts-node ./src/prepack.ts"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@sentry/bundler-plugin-core": "3.
|
|
51
|
+
"@sentry/bundler-plugin-core": "3.2.0",
|
|
52
52
|
"unplugin": "1.0.1",
|
|
53
53
|
"uuid": "^9.0.0"
|
|
54
54
|
},
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@babel/preset-typescript": "7.17.12",
|
|
59
59
|
"@rollup/plugin-babel": "5.3.1",
|
|
60
60
|
"@rollup/plugin-commonjs": "22.0.1",
|
|
61
|
-
"@sentry-internal/eslint-config": "3.
|
|
62
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.
|
|
61
|
+
"@sentry-internal/eslint-config": "3.2.0",
|
|
62
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.0",
|
|
63
63
|
"@swc/core": "^1.2.205",
|
|
64
64
|
"@swc/jest": "^0.2.21",
|
|
65
65
|
"@types/jest": "^28.1.3",
|