feat(plugins): Add Sentry Babel plugin for React component annotation (#64439)
Replaces the Fullstory Babel annotate plugin with our own version. See
https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/468
for more details
This plugin essentially does the same thing, but will annotate the DOM
with `data-sentry-component` annotations instead, which is what our SDK
looks for when sending component name data to Sentry. This will allow us
to start dogfooding new features like span grouping by component names,
breadcrumbs, and component names in Replays!
Check out the [NPM
Page](https://www.npmjs.com/package/@sentry/component-annotate-plugin)
for more details on the plugin