Skip to content

Commit 5482b21

Browse files
committed
feat: Remove sendDefaultPii flag from user attributes
1 parent a29e21f commit 5482b21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

develop-docs/sdk/telemetry/logs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ If a log is generated by an SDK integration, the SDK should also set the `sentry
311311

312312
#### User Attributes
313313

314-
If `sendDefaultPii`/`send_default_pii` is set to `true` in the SDK, the SDK should attach the following user data if available:
315-
316314
1. `user.id`: The user ID. Maps to `id` in the [User](/sdk/data-model/event-payloads/user/) payload.
317315
2. `user.name`: The username. Maps to `username` in the [User](/sdk/data-model/event-payloads/user/) payload.
318316
3. `user.email`: The email address. Maps to `email` in the [User](/sdk/data-model/event-payloads/user/) payload.

0 commit comments

Comments
 (0)