diff --git a/platform-includes/metrics/default-attributes/apple.mdx b/platform-includes/metrics/default-attributes/apple.mdx index a6b11a6bb908b..cb2ac1d4dfeb5 100644 --- a/platform-includes/metrics/default-attributes/apple.mdx +++ b/platform-includes/metrics/default-attributes/apple.mdx @@ -10,8 +10,6 @@ By default the SDK will attach the following attributes to a metric: ### User Attributes -User attributes are only added when `options.sendDefaultPii` is set to `true`: - - `user.id`: The user ID from the current scope. Falls back to the installation ID if no user is set. - `user.name`: The username from the current scope. - `user.email`: The email address from the current scope. diff --git a/platform-includes/metrics/default-attributes/dart.mdx b/platform-includes/metrics/default-attributes/dart.mdx index 191a4ad5c7320..dc0c44582fecb 100644 --- a/platform-includes/metrics/default-attributes/dart.mdx +++ b/platform-includes/metrics/default-attributes/dart.mdx @@ -8,5 +8,5 @@ Sentry automatically attaches these attributes to every metric: | `sentry.sdk.version` | SDK version | Always | | `os.name` | Operating system name | If available | | `os.version` | Operating system version | If available | -| `user.id`, `user.name`, `user.email` | User identifiers | If `sendDefaultPii` enabled | +| `user.id`, `user.name`, `user.email` | User identifiers | If available | | `sentry.replay_id` | Session replay ID | If replay available |