@sentry/babel-plugin-component-annotate 2.17.0 → 2.19.0

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 +1 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,14 +4,12 @@
4
4
  </a>
5
5
  </p>
6
6
 
7
- # Sentry Babel Component Annotate Plugin (Beta)
7
+ # Sentry Babel Component Annotate Plugin
8
8
 
9
9
  [![npm version](https://img.shields.io/npm/v/@sentry/babel-plugin-component-annotate.svg)](https://www.npmjs.com/package/@sentry/babel-plugin-component-annotate)
10
10
  [![npm dm](https://img.shields.io/npm/dm/@sentry/babel-plugin-component-annotate.svg)](https://www.npmjs.com/package/@sentry/babel-plugin-component-annotate)
11
11
  [![npm dt](https://img.shields.io/npm/dt/@sentry/babel-plugin-component-annotate.svg)](https://www.npmjs.com/package/@babel-plugin-component-annotate)
12
12
 
13
- This plugin is currently in beta. Please help us improve by [reporting any issues or giving us feedback](https://github.com/getsentry/sentry-javascript-bundler-plugins/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
14
-
15
13
  A Babel plugin that automatically annotates your output DOM with their respective frontend component names.
16
14
  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.
17
15
  Please note that your Sentry JavaScript SDK version must be at least `7.91.0` to take advantage of these features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/babel-plugin-component-annotate",
3
- "version": "2.17.0",
3
+ "version": "2.19.0",
4
4
  "description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry",
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/babel-plugin-component-annotate",
@@ -56,8 +56,8 @@
56
56
  "@babel/preset-typescript": "7.17.12",
57
57
  "@rollup/plugin-babel": "5.3.1",
58
58
  "@rollup/plugin-node-resolve": "13.3.0",
59
- "@sentry-internal/eslint-config": "2.17.0",
60
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.17.0",
59
+ "@sentry-internal/eslint-config": "2.19.0",
60
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
61
61
  "@swc/core": "^1.2.205",
62
62
  "@swc/jest": "^0.2.21",
63
63
  "@types/jest": "^28.1.3",