|
8 | 8 |
|
9 | 9 | ## Unreleased |
10 | 10 |
|
| 11 | +### Fixes |
| 12 | + |
| 13 | +- Fixes .env file loading in Expo sourcemap uploads ([#5210](https://github.com/getsentry/sentry-react-native/pull/5210)) |
| 14 | + |
| 15 | +### Dependencies |
| 16 | + |
| 17 | +- Bump Cocoa SDK from v8.56.1 to v8.56.2 ([#5214](https://github.com/getsentry/sentry-react-native/pull/5214)) |
| 18 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562) |
| 19 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.1...8.56.2) |
| 20 | +- Bump Android SDK from v8.21.1 to v8.23.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193), [#5194](https://github.com/getsentry/sentry-react-native/pull/5194), [#5232](https://github.com/getsentry/sentry-react-native/pull/5232)) |
| 21 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230) |
| 22 | + - [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.23.0) |
| 23 | +- Bump CLI from v2.55.0 to v2.56.0 ([#5223](https://github.com/getsentry/sentry-react-native/pull/5223)) |
| 24 | + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2560) |
| 25 | + - [diff](https://github.com/getsentry/sentry-cli/compare/2.55.0...2.56.0) |
| 26 | +- Bump JavaScript SDK from v10.12.0 to v10.17.0 ([#5195](https://github.com/getsentry/sentry-react-native/pull/5195)) |
| 27 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10170) |
| 28 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/10.12.0...10.17.0) |
| 29 | +- Bump Android SDK Stubs from v8.22.0 to v8.23.0 ([#5231](https://github.com/getsentry/sentry-react-native/pull/5231)) |
| 30 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230) |
| 31 | + - [diff](https://github.com/getsentry/sentry-java/compare/8.22.0...8.23.0) |
| 32 | + |
| 33 | +## 7.2.0 |
| 34 | + |
| 35 | +### Features |
| 36 | + |
| 37 | +- Enable logs on native side of iOS ([#5190](https://github.com/getsentry/sentry-react-native/pull/5190)) |
| 38 | +- Add mobile replay attributes to logs ([#5165](https://github.com/getsentry/sentry-react-native/pull/5165)) |
| 39 | + |
| 40 | +### Fixes |
| 41 | + |
| 42 | +- Vendor `metro/countLines` function to avoid issues with the private import ([#5185](https://github.com/getsentry/sentry-react-native/pull/5185)) |
| 43 | +- Fix baseJSBundle and bundleToString TypeErrors with Metro 0.83.2 ([#5206](https://github.com/getsentry/sentry-react-native/pull/5206)) |
| 44 | + |
| 45 | +### Dependencies |
| 46 | + |
| 47 | +- Bump CLI from v2.53.0 to v2.55.0 ([#5179](https://github.com/getsentry/sentry-react-native/pull/5179)) |
| 48 | + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2550) |
| 49 | + - [diff](https://github.com/getsentry/sentry-cli/compare/2.53.0...2.55.0) |
| 50 | +- Bump Cocoa SDK from v8.56.0 to v8.56.1 ([#5197](https://github.com/getsentry/sentry-react-native/pull/5197)) |
| 51 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8561) |
| 52 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.0...8.56.1) |
| 53 | + |
| 54 | +## 7.1.0 |
| 55 | + |
| 56 | +### Fixes |
| 57 | + |
| 58 | +- Session Replay: Allow excluding `sentry-android-replay` from android targets ([#5174](https://github.com/getsentry/sentry-react-native/pull/5174)) |
| 59 | + - 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): |
| 60 | + |
| 61 | + ```gradle |
| 62 | + // from the android's root build.gradle file |
| 63 | + subprojects { |
| 64 | + configurations.all { |
| 65 | + exclude group: 'io.sentry', module: 'sentry-android-replay' |
| 66 | + } |
| 67 | + } |
| 68 | + ``` |
| 69 | + |
11 | 70 | ### Dependencies |
12 | 71 |
|
13 | | -- Bump JavaScript SDK from v10.8.0 to v10.10.0 ([#5142](https://github.com/getsentry/sentry-react-native/pull/5142), [#5145](https://github.com/getsentry/sentry-react-native/pull/5145)) |
14 | | - - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10100) |
15 | | - - [diff](https://github.com/getsentry/sentry-javascript/compare/10.8.0...10.10.0) |
16 | | -- Bump Cocoa SDK from v8.53.2 to v8.55.1 ([#5036](https://github.com/getsentry/sentry-react-native/pull/5036)) |
17 | | - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551) |
18 | | - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.55.1) |
| 72 | +- Bump JavaScript SDK from v10.8.0 to v10.12.0 ([#5142](https://github.com/getsentry/sentry-react-native/pull/5142), [#5145](https://github.com/getsentry/sentry-react-native/pull/5145), [#5157](https://github.com/getsentry/sentry-react-native/pull/5157), [#5175](https://github.com/getsentry/sentry-react-native/pull/5175)) |
| 73 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10120) |
| 74 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/10.8.0...10.12.0) |
| 75 | +- Bump Cocoa SDK from v8.53.2 to v8.56.0 ([#5036](https://github.com/getsentry/sentry-react-native/pull/5036), [#5172](https://github.com/getsentry/sentry-react-native/pull/5172)) |
| 76 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8560) |
| 77 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.56.0) |
| 78 | +- Bump Android SDK from v8.20.0 to v8.21.1 ([#5155](https://github.com/getsentry/sentry-react-native/pull/5155)) |
| 79 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211) |
| 80 | + - [diff](https://github.com/getsentry/sentry-java/compare/8.20.0...8.21.1) |
19 | 81 |
|
20 | 82 | ## 7.0.1 |
21 | 83 |
|
|
0 commit comments