@sentry/vite-plugin 2.20.1 → 2.21.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/README.md +9 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -77,6 +77,7 @@ export default defineConfig({
|
|
|
77
77
|
- [`ignore`](#sourcemapsignore)
|
|
78
78
|
- [`rewriteSources`](#sourcemapsrewritesources)
|
|
79
79
|
- [`filesToDeleteAfterUpload`](#sourcemapsfilestodeleteafterupload)
|
|
80
|
+
- [`disable`](#sourcemapsdisable)
|
|
80
81
|
- [`release`](#release)
|
|
81
82
|
- [`name`](#releasename)
|
|
82
83
|
- [`inject`](#releaseinject)
|
|
@@ -227,6 +228,14 @@ The globbing patterns follow the implementation of the `glob` package. (https://
|
|
|
227
228
|
|
|
228
229
|
Use the `debug` option to print information about which files end up being deleted.
|
|
229
230
|
|
|
231
|
+
### `sourcemaps.disable`
|
|
232
|
+
|
|
233
|
+
Type: `boolean`
|
|
234
|
+
|
|
235
|
+
Disables all functionality related to sourcemaps.
|
|
236
|
+
|
|
237
|
+
Defaults to `false`.
|
|
238
|
+
|
|
230
239
|
### `release`
|
|
231
240
|
|
|
232
241
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/vite-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.1",
|
|
4
4
|
"description": "Official Sentry Vite 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/vite-plugin",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"prepack": "ts-node ./src/prepack.ts"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@sentry/bundler-plugin-core": "2.
|
|
51
|
+
"@sentry/bundler-plugin-core": "2.21.1",
|
|
52
52
|
"unplugin": "1.0.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@babel/preset-typescript": "7.17.12",
|
|
58
58
|
"@rollup/plugin-babel": "5.3.1",
|
|
59
59
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
60
|
-
"@sentry-internal/eslint-config": "2.
|
|
61
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.
|
|
60
|
+
"@sentry-internal/eslint-config": "2.21.1",
|
|
61
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.21.1",
|
|
62
62
|
"@swc/core": "^1.2.205",
|
|
63
63
|
"@swc/jest": "^0.2.21",
|
|
64
64
|
"@types/jest": "^28.1.3",
|