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
-**fix(browser): Ensure IP address is only inferred by Relay if `sendDefaultPii` is `true`** ([#5092](https://github.com/getsentry/sentry-react-native/pull/5092))
46
+
47
+
This release includes a fix for a [behaviour change](https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/#behavior-changes)
48
+
that was originally introduced with v9 of the JavaScript SDK: User IP Addresses should only be added to Sentry events automatically,
49
+
if `sendDefaultPii` was set to `true`.
50
+
51
+
However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK.
52
+
To avoid making a major bump, the fix was patched on the current version and not by bumping to V10.
53
+
There is _no API_ breakage involved and hence it is safe to update.
54
+
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
55
+
user IP addresses, if you set `sendDefaultPii: true` in your `Sentry.init` options.
56
+
57
+
We apologize for any inconvenience caused!
58
+
59
+
### Fixes
60
+
61
+
- Fix Expo prebuild failed on cached builds ([#5098](https://github.com/getsentry/sentry-react-native/pull/5098))
62
+
- Remove the warning that used to indicate that Time To Initial Display and Time To Full Display are not supported ([#5081](https://github.com/getsentry/sentry-react-native/pull/5081))
63
+
64
+
### Dependencies
65
+
66
+
- Bump CLI from v2.51.1 to v2.53.0 ([#5075](https://github.com/getsentry/sentry-react-native/pull/5075), [#5120](https://github.com/getsentry/sentry-react-native/pull/5120))
-**fix(browser): Ensure IP address is only inferred by Relay if `sendDefaultPii` is `true`** ([#5092](https://github.com/getsentry/sentry-react-native/pull/5092))
265
-
266
-
This release includes a fix for a [behaviour change](https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/#behavior-changes)
267
-
that was originally introduced with v9 of the JavaScript SDK: User IP Addresses should only be added to Sentry events automatically,
268
-
if `sendDefaultPii` was set to `true`.
269
-
270
-
However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK.
271
-
To avoid making a major bump, the fix was patched on the current version and not by bumping to V10.
272
-
There is _no API_ breakage involved and hence it is safe to update.
273
-
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
274
-
user IP addresses, if you set `sendDefaultPii: true` in your `Sentry.init` options.
275
-
276
-
We apologize for any inconvenience caused!
277
-
278
-
### Fixes
279
-
280
-
- Fix Expo prebuild failed on cached builds ([#5098](https://github.com/getsentry/sentry-react-native/pull/5098))
281
-
- Remove the warning that used to indicate that Time To Initial Display and Time To Full Display are not supported ([#5081](https://github.com/getsentry/sentry-react-native/pull/5081))
282
-
283
-
### Dependencies
284
-
285
-
- Bump CLI from v2.51.1 to v2.53.0 ([#5075](https://github.com/getsentry/sentry-react-native/pull/5075), [#5120](https://github.com/getsentry/sentry-react-native/pull/5120))
0 commit comments