You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,6 +39,8 @@ Version 7 of the Sentry React Native SDK primarily introduces API cleanup and ve
14
39
15
40
Version 7 of the SDK is compatible with Sentry self-hosted versions 25.2.0 or higher (up from 24.4.2 for v6). Lower versions may continue to work, but may not support all features.
16
41
42
+
See our [migration docs](https://docs.sentry.io/platforms/react-native/migration/v6-to-v7/) for more information.
43
+
17
44
### Major Changes
18
45
19
46
- Ensure IP address is only inferred by Relay if `sendDefaultPii` is `true` ([#5111](https://github.com/getsentry/sentry-react-native/pull/5111))
@@ -91,7 +118,7 @@ Sentry.init({
91
118
92
119
### Fixes
93
120
94
-
- Align span description with other platforms (#4636) by @krystofwoldrich
121
+
- Align span description with other platforms ([#4636](https://github.com/getsentry/sentry-react-native/pull/4636)) by @krystofwoldrich
95
122
- Tags with symbol are now logged ([#4965](https://github.com/getsentry/sentry-react-native/pull/4965))
96
123
- IgnoreError now filters Native errors ([#4948](https://github.com/getsentry/sentry-react-native/pull/4948))
97
124
@@ -115,12 +142,16 @@ example:
115
142
116
143
### Dependencies
117
144
118
-
- Bump JavaScript SDK from v8.54.0 to v10.8.0 ([#5123](https://github.com/getsentry/sentry-react-native/pull5123))
@@ -152,8 +183,20 @@ We apologize for any inconvenience caused!
152
183
153
184
### Various fixes & improvements
154
185
155
-
- fix(sdk): Set `{{auto}}` if `user.ip_address` is `undefined` and `sendDefaultPii: true` (#4466) by @krystofwoldrich
156
-
- fix(appStart): Align span description with other platforms (#4636) by @krystofwoldrich
186
+
- fix(sdk): Set `{{auto}}` if `user.ip_address` is `undefined` and `sendDefaultPii: true` ([#4466](https://github.com/getsentry/sentry-react-native/pull/4466)) by @krystofwoldrich
187
+
- fix(appStart): Align span description with other platforms ([#4636](https://github.com/getsentry/sentry-react-native/pull/4636)) by @krystofwoldrich
188
+
189
+
### Dependencies
190
+
191
+
- Bump Cocoa SDK from v8.53.1 to v8.53.2 ([#4986](https://github.com/getsentry/sentry-react-native/pull/4986))
- Bump Android SDK from v8.13.2 to v8.14.0 ([#4929](https://github.com/getsentry/sentry-react-native/pull/4929), [#4934](https://github.com/getsentry/sentry-react-native/pull/4934))
@@ -340,6 +392,15 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi
340
392
- Bump Android SDK from v7.20.1 to v8.13.2 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4847](https://github.com/getsentry/sentry-react-native/pull/4847))
- Bump CLI from v2.43.1 to v2.45.0 ([#4804](https://github.com/getsentry/sentry-react-native/pull/4804), [#4818](https://github.com/getsentry/sentry-react-native/pull/4818))
0 commit comments