From e725c7d94b3092bd0d5f4f1906e76e843824afda Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 6 Jul 2022 13:27:32 +0200 Subject: [PATCH 1/2] meta: Add changelog vor 7.5.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a89ba7bd98..575069a8fe65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.5.1 + +This release removes the `user_id` and the `transaction` field from the dynamic sampling context data that is +attached to outgoing requests as well as sent to Relay. +We're taking this measure to avoid potential PII-related issues until we find a more robust solution. + +- ref(tracing): Remove transaction name and user_id from DSC (#5363) + ## 7.5.0 This release adds the `sendDefaultPii` flag to the `Sentry.init` options. From bece798116ebddc3b16e7eaacfe4e6e6670f46f9 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 6 Jul 2022 13:30:41 +0200 Subject: [PATCH 2/2] change message --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575069a8fe65..61f7132e317d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,7 @@ ## 7.5.1 -This release removes the `user_id` and the `transaction` field from the dynamic sampling context data that is -attached to outgoing requests as well as sent to Relay. -We're taking this measure to avoid potential PII-related issues until we find a more robust solution. +This release removes the `user_id` and the `transaction` field from the dynamic sampling context data that is attached to outgoing requests as well as sent to Relay. - ref(tracing): Remove transaction name and user_id from DSC (#5363)