Skip to content

Commit a136133

Browse files
authored
docs(component-annotate): Remove beta note (#541)
1 parent 07f54b2 commit a136133

File tree

1 file changed

+1
-3
lines changed
  • packages/babel-plugin-component-annotate

1 file changed

+1
-3
lines changed

Diff for: packages/babel-plugin-component-annotate/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
</a>
55
</p>
66

7-
# Sentry Babel Component Annotate Plugin (Beta)
7+
# Sentry Babel Component Annotate Plugin
88

99
[![npm version](https://img.shields.io/npm/v/@sentry/babel-plugin-component-annotate.svg)](https://www.npmjs.com/package/@sentry/babel-plugin-component-annotate)
1010
[![npm dm](https://img.shields.io/npm/dm/@sentry/babel-plugin-component-annotate.svg)](https://www.npmjs.com/package/@sentry/babel-plugin-component-annotate)
1111
[![npm dt](https://img.shields.io/npm/dt/@sentry/babel-plugin-component-annotate.svg)](https://www.npmjs.com/package/@babel-plugin-component-annotate)
1212

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-
1513
A Babel plugin that automatically annotates your output DOM with their respective frontend component names.
1614
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.
1715
Please note that your Sentry JavaScript SDK version must be at least `7.91.0` to take advantage of these features.

0 commit comments

Comments
 (0)