From 1cd1ac0da624b4d7740db64909757e943f990fcb Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Sun, 23 Feb 2025 12:39:30 -0500 Subject: [PATCH 1/3] add react component name to feature list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 584cb729..435f167e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The Sentry Bundler Plugins take care of Sentry-related tasks at build time of yo - Release creation in Sentry - Automatic release name discovery (based on CI environment - Vercel, AWS, Heroku, CircleCI, or current Git SHA) - Automatically associate errors with releases (Release injection) +- [React component names instead of selectors.](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names/) ### More information From a8e476b635a208024462316f5125cc5b193d8a59 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Mon, 24 Feb 2025 10:39:06 +0100 Subject: [PATCH 2/3] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 435f167e..742d5d60 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The Sentry Bundler Plugins take care of Sentry-related tasks at build time of yo - Release creation in Sentry - Automatic release name discovery (based on CI environment - Vercel, AWS, Heroku, CircleCI, or current Git SHA) - Automatically associate errors with releases (Release injection) -- [React component names instead of selectors.](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names/) +- [Show React component display names for breadcrumbs and Session Replays.](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names/) ### More information From 9c1b7430288f42fc062fe80437a0733e7afa3606 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Mon, 24 Feb 2025 10:40:39 +0100 Subject: [PATCH 3/3] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 742d5d60..df0e6b8e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The Sentry Bundler Plugins take care of Sentry-related tasks at build time of yo - Release creation in Sentry - Automatic release name discovery (based on CI environment - Vercel, AWS, Heroku, CircleCI, or current Git SHA) - Automatically associate errors with releases (Release injection) -- [Show React component display names for breadcrumbs and Session Replays.](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names/) +- [Show React component display names for breadcrumbs and Session Replays](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names/) ### More information