@sentry/esbuild-plugin
Advanced tools
Comparing version 2.20.1 to 2.21.0
{ | ||
"name": "@sentry/esbuild-plugin", | ||
"version": "2.20.1", | ||
"version": "2.21.0", | ||
"description": "Official Sentry esbuild plugin", | ||
@@ -51,3 +51,3 @@ "repository": "git@github.com:getsentry/sentry-javascript-bundler-plugins.git", | ||
"dependencies": { | ||
"@sentry/bundler-plugin-core": "2.20.1", | ||
"@sentry/bundler-plugin-core": "2.21.0", | ||
"unplugin": "1.0.1", | ||
@@ -62,4 +62,4 @@ "uuid": "^9.0.0" | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@sentry-internal/eslint-config": "2.20.1", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.1", | ||
"@sentry-internal/eslint-config": "2.21.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.21.0", | ||
"@swc/core": "^1.2.205", | ||
@@ -66,0 +66,0 @@ "@swc/jest": "^0.2.21", |
@@ -73,2 +73,3 @@ <p align="center"> | ||
- [`filesToDeleteAfterUpload`](#sourcemapsfilestodeleteafterupload) | ||
- [`disable`](#sourcemapsdisable) | ||
- [`release`](#release) | ||
@@ -223,2 +224,10 @@ - [`name`](#releasename) | ||
### `sourcemaps.disable` | ||
Type: `boolean` | ||
Disables all functionality related to sourcemaps. | ||
Defaults to `false`. | ||
### `release` | ||
@@ -225,0 +234,0 @@ |
123225
543
+ Added@sentry/babel-plugin-component-annotate@2.21.0(transitive)
+ Added@sentry/bundler-plugin-core@2.21.0(transitive)
- Removed@sentry/babel-plugin-component-annotate@2.20.1(transitive)
- Removed@sentry/bundler-plugin-core@2.20.1(transitive)