From 939842e93d84ecc138567377a6810272d13f7784 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Tue, 31 Oct 2023 19:06:35 +0100 Subject: [PATCH] fix changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d39f593e4..37609dccbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ # Changelog -## 5.12.0 +## Unreleased ### Features -- Automatically detect environment if not set ([#3362](https://github.com/getsentry/sentry-react-native/pull/3362)) -- Send Source Maps Debug ID for symbolicated Profiles ([#3343](https://github.com/getsentry/sentry-react-native/pull/3343)) - Export New JS Performance API ([#3371](https://github.com/getsentry/sentry-react-native/pull/3371)) ```js @@ -17,6 +15,13 @@ Read more at https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7690 +## 5.12.0 + +### Features + +- Automatically detect environment if not set ([#3362](https://github.com/getsentry/sentry-react-native/pull/3362)) +- Send Source Maps Debug ID for symbolicated Profiles ([#3343](https://github.com/getsentry/sentry-react-native/pull/3343)) + ### Fixes - Add actual `activeThreadId` to Profiles ([#3338](https://github.com/getsentry/sentry-react-native/pull/3338))