@sentry/esbuild-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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -70,6 +70,7 @@ require("esbuild").build({
70
70
  - [`ignore`](#sourcemapsignore)
71
71
  - [`rewriteSources`](#sourcemapsrewritesources)
72
72
  - [`filesToDeleteAfterUpload`](#sourcemapsfilestodeleteafterupload)
73
+ - [`disable`](#sourcemapsdisable)
73
74
  - [`release`](#release)
74
75
  - [`name`](#releasename)
75
76
  - [`inject`](#releaseinject)
@@ -219,6 +220,14 @@ The globbing patterns follow the implementation of the `glob` package. (https://
219
220
 
220
221
  Use the `debug` option to print information about which files end up being deleted.
221
222
 
223
+ ### `sourcemaps.disable`
224
+
225
+ Type: `boolean`
226
+
227
+ Disables all functionality related to sourcemaps.
228
+
229
+ Defaults to `false`.
230
+
222
231
  ### `release`
223
232
 
224
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/esbuild-plugin",
3
- "version": "2.20.1",
3
+ "version": "2.21.1",
4
4
  "description": "Official Sentry esbuild 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/esbuild-plugin",
@@ -48,7 +48,7 @@
48
48
  "prepack": "ts-node ./src/prepack.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@sentry/bundler-plugin-core": "2.20.1",
51
+ "@sentry/bundler-plugin-core": "2.21.1",
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-node-resolve": "13.3.0",
61
- "@sentry-internal/eslint-config": "2.20.1",
62
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.1",
61
+ "@sentry-internal/eslint-config": "2.21.1",
62
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.21.1",
63
63
  "@swc/core": "^1.2.205",
64
64
  "@swc/jest": "^0.2.21",
65
65
  "@types/jest": "^28.1.3",