Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions platform-includes/metrics/default-attributes/apple.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion platform-includes/metrics/default-attributes/dart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |