Skip to content

Commit cf3d1e2

Browse files
markushikahest
andauthored
Mention ip-address change in 7.21.0 changelog as well (#4174)
* Mention ip-address change in 7.21.0 changelog as well #skip-changelog * Update CHANGELOG.md Co-authored-by: Karl Heinz Struggl <kahest@users.noreply.github.com> --------- Co-authored-by: Karl Heinz Struggl <kahest@users.noreply.github.com>
1 parent f0eb0a2 commit cf3d1e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@ If you have been using `8.0.0-rc.4` of the Java SDK, here's the new changes that
416416

417417
### Behavioural Changes
418418

419+
- (changed in [7.20.1](https://github.com/getsentry/sentry-java/releases/tag/7.20.1)) The user ip-address is now only set to `"{{auto}}"` if sendDefaultPii is enabled ([#4071](https://github.com/getsentry/sentry-java/pull/4071))
420+
- This change gives you control over IP address collection directly on the client
419421
- Reduce the number of broadcasts the SDK is subscribed for ([#4052](https://github.com/getsentry/sentry-java/pull/4052))
420422
- Drop `TempSensorBreadcrumbsIntegration`
421423
- Drop `PhoneStateBreadcrumbsIntegration`
@@ -466,7 +468,6 @@ If you would like to keep some of the default broadcast events as breadcrumbs, c
466468
- The user ip-address is now only set to `"{{auto}}"` if sendDefaultPii is enabled ([#4071](https://github.com/getsentry/sentry-java/pull/4071))
467469
- This change gives you control over IP address collection directly on the client
468470

469-
470471
## 7.20.0
471472

472473
### Features

0 commit comments

Comments
 (0)