Important Changes
- fix(browser): Ensure IP address is only inferred by Relay if
sendDefaultPii
istrue
(#5092)
This release includes a fix for a behaviour change
that was originally introduced with v9 of the JavaScript SDK: User IP Addresses should only be added to Sentry events automatically,
if sendDefaultPii
was set to true
.
However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK.
To avoid making a major bump, the fix was patched on the current version and not by bumping to V10.
There is no API breakage involved and hence it is safe to update.
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
user IP addresses, if you set sendDefaultPii: true
in your Sentry.init
options.
We apologize for any inconvenience caused!
Fixes
- Fix Expo prebuild failed on cached builds (#5098)
- Remove the warning that used to indicate that Time To Initial Display and Time To Full Display are not supported (#5081)