From 22e7e921f258584c6b418fe13b35e5485e9bb1a6 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 24 Sep 2025 13:53:28 +0200 Subject: [PATCH] chore(changelog): Remove duplication --- CHANGELOG.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d02cc47e..3ed1743166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,20 +21,6 @@ ### Fixes -- Session Replay: Allow excluding `sentry-android-replay` from android targets ([#5174](https://github.com/getsentry/sentry-react-native/pull/5174)) - - If you are not interested in using Session Replay, you can exclude the `sentry-android-replay` module from your Android targets as follows (saves nearly 40KB compressed and 80KB uncompressed off the bundle size): - - ```gradle - // from the android's root build.gradle file - subprojects { - configurations.all { - exclude group: 'io.sentry', module: 'sentry-android-replay' - } - } - ``` - -### Fixes - - Session Replay: Allow excluding `sentry-android-replay` from android targets ([#5174](https://github.com/getsentry/sentry-react-native/pull/5174)) - If you are not interested in using Session Replay, you can exclude the `sentry-android-replay` module from your Android targets as follows (saves nearly 40KB compressed and 80KB uncompressed off the bundle size):