Skip to content

Commit ceb45dc

Browse files
docs(changelog): Remove warning indentation (#6157)
Co-authored-by: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> Co-authored-by: Alexander Dinauer <alexander.dinauer@sentry.io>
1 parent d570b68 commit ceb45dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
- 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)
88
- 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))
99

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.
1212

1313
- Until then, when `dataCollection` is not configured, the SDK preserves the existing `sendDefaultPii` behavior.
1414
- 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

Comments
 (0)