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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,23 @@
8
8
9
9
## Unreleased
10
10
11
+
### Important Changes
12
+
13
+
This release includes a fix for a [behaviour change](https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/#behavior-changes)
14
+
that was originally fixed on version 6.21.0 of the React Native SDK: User IP Addresses should only be added to Sentry events automatically,
15
+
if `sendDefaultPii` was set to `true`.
16
+
17
+
To avoid making a major bump, the fix was patched on the current version and not by bumping to V8.
18
+
There is _no API_ breakage involved and hence it is safe to update.
19
+
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
20
+
user IP addresses, if you set `sendDefaultPii: true` in your `Sentry.init` options.
21
+
22
+
We apologize for any inconvenience caused!
23
+
24
+
## Fixes
25
+
26
+
- Ensure IP address is only inferred by Relay if `sendDefaultPii` is `true` ([#5138](https://github.com/getsentry/sentry-react-native/pull/5137))
27
+
11
28
### Dependencies
12
29
13
30
- Bump Bundler Plugins from v4.2.0 to v4.3.0 ([#5131](https://github.com/getsentry/sentry-react-native/pull/5131))
0 commit comments