Skip to content

Commit 5a5e8e2

Browse files
committed
chore(changelog): Fix v7 changelog
1 parent b3b5f2a commit 5a5e8e2

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,38 @@ Sentry.init({
3838
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1080)
3939
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.7.0...10.8.0)
4040

41+
## 6.21.0
42+
43+
### Important Changes
44+
45+
- **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))
67+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2530)
68+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.51.1...2.53.0)
69+
- Bump Bundler Plugins from v4.1.1 to v4.2.0 ([#5113](https://github.com/getsentry/sentry-react-native/pull/5113))
70+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#420)
71+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.1.1...4.2.0)
72+
4173
## 7.0.0-rc.2
4274

4375
### Important Changes
@@ -257,38 +289,6 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi
257289
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8132)
258290
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.13.2)
259291

260-
## 6.21.0
261-
262-
### Important Changes
263-
264-
- **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))
286-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2530)
287-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.51.1...2.53.0)
288-
- Bump Bundler Plugins from v4.1.1 to v4.2.0 ([#5113](https://github.com/getsentry/sentry-react-native/pull/5113))
289-
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#420)
290-
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.1.1...4.2.0)
291-
292292
## 6.20.0
293293

294294
### Features

0 commit comments

Comments
 (0)