@sentry/rollup-plugin 3.2.2 → 3.2.3
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
|
@@ -301,7 +301,7 @@ Defaults to 'origin'.
|
|
|
301
301
|
|
|
302
302
|
|
|
303
303
|
|
|
304
|
-
Option to associate the created release with its commits in Sentry.
|
|
304
|
+
Option to associate the created release with its commits in Sentry. Defaults to `{ auto: true }`. Set to `false` to disable.
|
|
305
305
|
### `release.setCommits.previousCommit`
|
|
306
306
|
|
|
307
307
|
Type: `string`
|
|
@@ -559,12 +559,12 @@ Note that the success of this depends on tree shaking being enabled in your buil
|
|
|
559
559
|
|
|
560
560
|
|
|
561
561
|
|
|
562
|
+
(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.)
|
|
563
|
+
|
|
562
564
|
Options related to react component name annotations.
|
|
563
565
|
Disabled by default, unless a value is set for this option.
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
Please note that this feature is not currently supported by the esbuild bundler plugins, and will only annotate React components
|
|
567
|
-
|
|
566
|
+
When enabled, your app's DOM will automatically be annotated during build-time with their respective component names.
|
|
567
|
+
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.
|
|
568
568
|
### `reactComponentAnnotation.enabled`
|
|
569
569
|
|
|
570
570
|
Type: `boolean`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/rollup-plugin",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
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": "3.2.
|
|
52
|
+
"@sentry/bundler-plugin-core": "3.2.3",
|
|
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": "3.2.
|
|
65
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.
|
|
64
|
+
"@sentry-internal/eslint-config": "3.2.3",
|
|
65
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.3",
|
|
66
66
|
"@swc/core": "^1.2.205",
|
|
67
67
|
"@swc/jest": "^0.2.21",
|
|
68
68
|
"@types/jest": "^28.1.3",
|