@sentry/rollup-plugin 2.20.0 → 2.21.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 +9 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -72,6 +72,7 @@ export default {
|
|
|
72
72
|
- [`ignore`](#sourcemapsignore)
|
|
73
73
|
- [`rewriteSources`](#sourcemapsrewritesources)
|
|
74
74
|
- [`filesToDeleteAfterUpload`](#sourcemapsfilestodeleteafterupload)
|
|
75
|
+
- [`disable`](#sourcemapsdisable)
|
|
75
76
|
- [`release`](#release)
|
|
76
77
|
- [`name`](#releasename)
|
|
77
78
|
- [`inject`](#releaseinject)
|
|
@@ -222,6 +223,14 @@ The globbing patterns follow the implementation of the `glob` package. (https://
|
|
|
222
223
|
|
|
223
224
|
Use the `debug` option to print information about which files end up being deleted.
|
|
224
225
|
|
|
226
|
+
### `sourcemaps.disable`
|
|
227
|
+
|
|
228
|
+
Type: `boolean`
|
|
229
|
+
|
|
230
|
+
Disables all functionality related to sourcemaps.
|
|
231
|
+
|
|
232
|
+
Defaults to `false`.
|
|
233
|
+
|
|
225
234
|
### `release`
|
|
226
235
|
|
|
227
236
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/rollup-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "Official Sentry Rollup 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/rollup-plugin",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"prepack": "ts-node ./src/prepack.ts"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@sentry/bundler-plugin-core": "2.
|
|
52
|
+
"@sentry/bundler-plugin-core": "2.21.0",
|
|
53
53
|
"unplugin": "1.0.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@babel/preset-typescript": "7.17.12",
|
|
62
62
|
"@rollup/plugin-babel": "5.3.1",
|
|
63
63
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
64
|
-
"@sentry-internal/eslint-config": "2.
|
|
65
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.
|
|
64
|
+
"@sentry-internal/eslint-config": "2.21.0",
|
|
65
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.21.0",
|
|
66
66
|
"@swc/core": "^1.2.205",
|
|
67
67
|
"@swc/jest": "^0.2.21",
|
|
68
68
|
"@types/jest": "^28.1.3",
|