@sentry/vite-plugin 3.2.2 → 3.2.4
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 +5 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -306,7 +306,7 @@ Defaults to 'origin'.
|
|
|
306
306
|
|
|
307
307
|
|
|
308
308
|
|
|
309
|
-
Option to associate the created release with its commits in Sentry.
|
|
309
|
+
Option to associate the created release with its commits in Sentry. Defaults to `{ auto: true }`. Set to `false` to disable.
|
|
310
310
|
### `release.setCommits.previousCommit`
|
|
311
311
|
|
|
312
312
|
Type: `string`
|
|
@@ -564,12 +564,12 @@ Note that the success of this depends on tree shaking being enabled in your buil
|
|
|
564
564
|
|
|
565
565
|
|
|
566
566
|
|
|
567
|
+
(NOTICE: Use the react component annotation feature with caution. The option will pass additional properties to your React components which may lead to errors if libraries or your own code iterate through component props without checking for the additional Sentry props.)
|
|
568
|
+
|
|
567
569
|
Options related to react component name annotations.
|
|
568
570
|
Disabled by default, unless a value is set for this option.
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
Please note that this feature is not currently supported by the esbuild bundler plugins, and will only annotate React components
|
|
572
|
-
|
|
571
|
+
When enabled, your app's DOM will automatically be annotated during build-time with their respective component names.
|
|
572
|
+
This will unlock the capability to search for Replays in Sentry by component name, as well as see component names in breadcrumbs and performance monitoring.
|
|
573
573
|
### `reactComponentAnnotation.enabled`
|
|
574
574
|
|
|
575
575
|
Type: `boolean`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/vite-plugin",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
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": "3.2.
|
|
51
|
+
"@sentry/bundler-plugin-core": "3.2.4",
|
|
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": "3.2.
|
|
61
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.
|
|
60
|
+
"@sentry-internal/eslint-config": "3.2.4",
|
|
61
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.4",
|
|
62
62
|
"@swc/core": "^1.2.205",
|
|
63
63
|
"@swc/jest": "^0.2.21",
|
|
64
64
|
"@types/jest": "^28.1.3",
|