|
8 | 8 |
|
9 | 9 | ## Unreleased |
10 | 10 |
|
| 11 | +### Features |
| 12 | + |
| 13 | +- Added `logsOrigin` to Sentry Options ([#5354](https://github.com/getsentry/sentry-react-native/pull/5354)) |
| 14 | + - You can now choose which logs are captured: 'native' for logs from native code only, 'js' for logs from the JavaScript layer only, or 'all' for both layers. |
| 15 | + - Takes effect only if `enableLogs` is `true` and defaults to 'all', preserving previous behavior. |
| 16 | + |
| 17 | +### Dependencies |
| 18 | + |
| 19 | +- Bump JavaScript SDK from v10.24.0 to v10.25.0 ([#5362](https://github.com/getsentry/sentry-react-native/pull/5362)) |
| 20 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10250) |
| 21 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/10.24.0...10.25.0) |
| 22 | +- Bump CLI from v2.58.0 to v2.58.2 ([#5363](https://github.com/getsentry/sentry-react-native/pull/5363), [#5371](https://github.com/getsentry/sentry-react-native/pull/5371)) |
| 23 | + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2582) |
| 24 | + - [diff](https://github.com/getsentry/sentry-cli/compare/2.58.0...2.58.2) |
| 25 | +- Bump Android SDK from v8.25.0 to v8.26.0 ([#5364](https://github.com/getsentry/sentry-react-native/pull/5364)) |
| 26 | + - [changelog](https://github.com/getsentry/sentry-java/blob/cursor/categorize-sentry-options-3f0a main/CHANGELOG.md#8260) |
| 27 | + - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0) |
| 28 | +- Bump Android SDK Stubs from v8.25.0 to v8.26.0 ([#5365](https://github.com/getsentry/sentry-react-native/pull/5365)) |
| 29 | + - [changelog](https://github.com/getsentry/sentry-java/blob/cursor/categorize-sentry-options-3f0a main/CHANGELOG.md#8260) |
| 30 | + - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0) |
| 31 | +- Bump Cocoa SDK from v8.57.2 to v8.57.3 ([#5375](https://github.com/getsentry/sentry-react-native/pull/5375)) |
| 32 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8573) |
| 33 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.2...8.57.3) |
| 34 | + |
| 35 | +## 7.6.0 |
| 36 | + |
| 37 | + |
| 38 | +### Fixes |
| 39 | + |
| 40 | +- Android SDK not being disabled when `options.enabled` is set to `false` ([#5334](https://github.com/getsentry/sentry-react-native/pull/5334)) |
| 41 | +- Fixes how bundle IDs are getting defined for individual bundles ([#5342](https://github.com/getsentry/sentry-react-native/pull/5342)) |
| 42 | + |
11 | 43 | ### Dependencies |
12 | 44 |
|
13 | | -- Bump JavaScript SDK from v10.22.0 to v10.23.0 ([#5335](https://github.com/getsentry/sentry-react-native/pull/5335)) |
14 | | - - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10230) |
15 | | - - [diff](https://github.com/getsentry/sentry-javascript/compare/10.22.0...10.23.0) |
| 45 | +- Bump JavaScript SDK from v10.22.0 to v10.24.0 ([#5335](https://github.com/getsentry/sentry-react-native/pull/5335), [#5352](https://github.com/getsentry/sentry-react-native/pull/5352)) |
| 46 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10240) |
| 47 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/10.22.0...10.24.0) |
16 | 48 | - Bump CLI from v2.57.0 to v2.58.0 ([#5336](https://github.com/getsentry/sentry-react-native/pull/5336)) |
17 | 49 | - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2580) |
18 | 50 | - [diff](https://github.com/getsentry/sentry-cli/compare/2.57.0...2.58.0) |
|
0 commit comments