From b9abbad52f9cbd4e51fe6fd21021d2b7e2bf3451 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Mon, 17 Feb 2025 17:36:25 +0100 Subject: [PATCH 1/2] Mention ip-address change in 7.21.0 changelog as well #skip-changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a37ffdcf..49df24e0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -416,6 +416,8 @@ If you have been using `8.0.0-rc.4` of the Java SDK, here's the new changes that ### Behavioural Changes +- The user ip-address is now only set to `"{{auto}}"` if sendDefaultPii is enabled ([#4071](https://github.com/getsentry/sentry-java/pull/4071)) + - This change gives you control over IP address collection directly on the client - Reduce the number of broadcasts the SDK is subscribed for ([#4052](https://github.com/getsentry/sentry-java/pull/4052)) - Drop `TempSensorBreadcrumbsIntegration` - Drop `PhoneStateBreadcrumbsIntegration` @@ -466,7 +468,6 @@ If you would like to keep some of the default broadcast events as breadcrumbs, c - The user ip-address is now only set to `"{{auto}}"` if sendDefaultPii is enabled ([#4071](https://github.com/getsentry/sentry-java/pull/4071)) - This change gives you control over IP address collection directly on the client - ## 7.20.0 ### Features From ec363cd7ad42537f78c30ac37e4191f80e86da06 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Mon, 17 Feb 2025 17:47:50 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Karl Heinz Struggl --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49df24e0b1..157f9b5cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -416,7 +416,7 @@ If you have been using `8.0.0-rc.4` of the Java SDK, here's the new changes that ### Behavioural Changes -- The user ip-address is now only set to `"{{auto}}"` if sendDefaultPii is enabled ([#4071](https://github.com/getsentry/sentry-java/pull/4071)) +- (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)) - This change gives you control over IP address collection directly on the client - Reduce the number of broadcasts the SDK is subscribed for ([#4052](https://github.com/getsentry/sentry-java/pull/4052)) - Drop `TempSensorBreadcrumbsIntegration`