You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
- Add `LocalSentrySpan` to `sentry-compose` so apps can provide a parent `ISpan` to a composable subtree and have nested `SentryTraced` spans attach to it ([#6112]https://github.com/getsentry/sentry-java/pull/6112)
8
8
- Add `dataCollection`, a fine-grained replacement for `sendDefaultPii`, for controlling data collected automatically by SDK integrations ([#5759](https://github.com/getsentry/sentry-java/pull/5759))
9
9
10
-
> [!WARNING]
11
-
> `sendDefaultPii` will be removed in the next major SDK version. Migrate to `dataCollection` before upgrading.
10
+
> [!WARNING]
11
+
> `sendDefaultPii` will be removed in the next major SDK version. Migrate to `dataCollection` before upgrading.
12
12
13
13
- Until then, when `dataCollection` is not configured, the SDK preserves the existing `sendDefaultPii` behavior.
14
14
- Configuring any `dataCollection` option makes it the source of truth. `sendDefaultPii` is then ignored, and omitted `dataCollection` options use the defaults below.
0 commit comments