|
8 | 8 |
|
9 | 9 | ## Unreleased |
10 | 10 |
|
| 11 | +### Changes |
| 12 | + |
| 13 | +- Load `optionsFile` into the JS bundle during Metro bundle process ([#4476](https://github.com/getsentry/sentry-react-native/pull/4476)) |
| 14 | +- Add experimental version of `startWithConfigureOptions` for Apple platforms ([#4444](https://github.com/getsentry/sentry-react-native/pull/4444)) |
| 15 | +- Add experimental version of `init` with optional `OptionsConfiguration<SentryAndroidOptions>` for Android ([#4451](https://github.com/getsentry/sentry-react-native/pull/4451)) |
| 16 | +- Add initialization using `sentry.options.json` for Apple platforms ([#4447](https://github.com/getsentry/sentry-react-native/pull/4447)) |
| 17 | +- Add initialization using `sentry.options.json` for Android ([#4451](https://github.com/getsentry/sentry-react-native/pull/4451)) |
| 18 | + |
| 19 | +### Internal |
| 20 | + |
| 21 | +- Extract iOS native initialization to standalone structures ([#4442](https://github.com/getsentry/sentry-react-native/pull/4442)) |
| 22 | +- Extract Android native initialization to standalone structures ([#4445](https://github.com/getsentry/sentry-react-native/pull/4445)) |
| 23 | + |
| 24 | +### Dependencies |
| 25 | + |
| 26 | +- Bump JavaScript SDK from v8.53.0 to v8.54.0 ([#4503](https://github.com/getsentry/sentry-react-native/pull/4503)) |
| 27 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8540) |
| 28 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/8.53.0...8.54.0) |
| 29 | + |
| 30 | +## 6.6.0 |
| 31 | + |
11 | 32 | ### Features |
12 | 33 |
|
13 | | -- Load `optionsFile` into the JS bundle during Metro bundle process ([#4476](https://github.com/getsentry/sentry-react-native/pull/4476)) |
| 34 | +- Send Sentry React Native SDK version in the Session Replay Events on iOS ([#4450](https://github.com/getsentry/sentry-react-native/pull/4450)) |
14 | 35 |
|
15 | 36 | ### Fixes |
16 | 37 |
|
|
22 | 43 |
|
23 | 44 | - Rename `navigation.processing` span to more expressive `Navigation dispatch to screen A mounted/navigation cancelled` ([#4423](https://github.com/getsentry/sentry-react-native/pull/4423)) |
24 | 45 | - Add RN SDK package to `sdk.packages` for Cocoa ([#4381](https://github.com/getsentry/sentry-react-native/pull/4381)) |
25 | | -- Add experimental version of `startWithConfigureOptions` for Apple platforms ([#4444](https://github.com/getsentry/sentry-react-native/pull/4444)) |
26 | | -- Add experimental version of `init` with optional `OptionsConfiguration<SentryAndroidOptions>` for Android ([#4451](https://github.com/getsentry/sentry-react-native/pull/4451)) |
27 | | -- Add initialization using `sentry.options.json` for Apple platforms ([#4447](https://github.com/getsentry/sentry-react-native/pull/4447)) |
28 | | -- Add initialization using `sentry.options.json` for Android ([#4451](https://github.com/getsentry/sentry-react-native/pull/4451)) |
29 | 46 |
|
30 | 47 | ### Internal |
31 | 48 |
|
32 | 49 | - Initialize `RNSentryTimeToDisplay` during native module `init` on iOS ([#4443](https://github.com/getsentry/sentry-react-native/pull/4443)) |
33 | | -- Extract iOS native initialization to standalone structures ([#4442](https://github.com/getsentry/sentry-react-native/pull/4442)) |
34 | | -- Extract Android native initialization to standalone structures ([#4445](https://github.com/getsentry/sentry-react-native/pull/4445)) |
35 | 50 |
|
36 | 51 | ### Dependencies |
37 | 52 |
|
38 | | -- Bump CLI from v2.39.1 to v2.41.0 ([#4412](https://github.com/getsentry/sentry-react-native/pull/4412), [#4468](https://github.com/getsentry/sentry-react-native/pull/4468)) |
39 | | - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2410) |
40 | | - - [diff](https://github.com/getsentry/sentry-cli/compare/2.39.1...2.41.0) |
41 | | -- Bump JavaScript SDK from v8.47.0 to v8.50.0 ([#4421](https://github.com/getsentry/sentry-react-native/pull/4421), [#4449](https://github.com/getsentry/sentry-react-native/pull/4449), [#4453](https://github.com/getsentry/sentry-react-native/pull/4453)) |
42 | | - - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8500) |
43 | | - - [diff](https://github.com/getsentry/sentry-javascript/compare/8.47.0...8.50.0) |
| 53 | +- Bump CLI from v2.39.1 to v2.41.1 ([#4412](https://github.com/getsentry/sentry-react-native/pull/4412), [#4468](https://github.com/getsentry/sentry-react-native/pull/4468), [#4473](https://github.com/getsentry/sentry-react-native/pull/4473)) |
| 54 | + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2411) |
| 55 | + - [diff](https://github.com/getsentry/sentry-cli/compare/2.39.1...2.41.1) |
| 56 | +- Bump JavaScript SDK from v8.47.0 to v8.53.0 ([#4421](https://github.com/getsentry/sentry-react-native/pull/4421), [#4449](https://github.com/getsentry/sentry-react-native/pull/4449), [#4453](https://github.com/getsentry/sentry-react-native/pull/4453), [#4480](https://github.com/getsentry/sentry-react-native/pull/4480), [#4491](https://github.com/getsentry/sentry-react-native/pull/4491), [#4496](https://github.com/getsentry/sentry-react-native/pull/4496), [#4497](https://github.com/getsentry/sentry-react-native/pull/4497)) |
| 57 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8530) |
| 58 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/8.47.0...8.53.0) |
44 | 59 | - Bump Android SDK from v7.20.0 to v7.20.1 ([#4467](https://github.com/getsentry/sentry-react-native/pull/4467)) |
45 | 60 | - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201) |
46 | 61 | - [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1) |
| 62 | +- Bump Cocoa SDK from v8.43.0 to v8.44.0 ([#4495](https://github.com/getsentry/sentry-react-native/pull/4495)) |
| 63 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8440) |
| 64 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.43.0...8.44.0) |
47 | 65 |
|
48 | 66 | ## 6.5.0 |
49 | 67 |
|
|
0 commit comments