Skip to content

Commit 5936dab

Browse files
authored
chore(changelog): Remove duplication (#5200)
1 parent 72d7b60 commit 5936dab

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@
2121

2222
### Fixes
2323

24-
- Session Replay: Allow excluding `sentry-android-replay` from android targets ([#5174](https://github.com/getsentry/sentry-react-native/pull/5174))
25-
- 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):
26-
27-
```gradle
28-
// from the android's root build.gradle file
29-
subprojects {
30-
configurations.all {
31-
exclude group: 'io.sentry', module: 'sentry-android-replay'
32-
}
33-
}
34-
```
35-
36-
### Fixes
37-
3824
- Session Replay: Allow excluding `sentry-android-replay` from android targets ([#5174](https://github.com/getsentry/sentry-react-native/pull/5174))
3925
- 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):
4026

0 commit comments

Comments
 (0)