diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a5f7b44ef5..364a9359178f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ - **feat(react): Add `Sentry.reactErrorHandler` (#12147)** - This PR introduces `Sentry.reactErrorHandler`, which you can use as follows: + This PR introduces `Sentry.reactErrorHandler`, which you can use in React 19 as follows: ```js import * as Sentry from '@sentry/react';