From 0974c663a7daffb0f225462ba9b91959db19880f Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 29 May 2024 10:27:26 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Francesco Novy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';