Skip to content

Commit 4aa6c6e

Browse files
cleptricsentrivana
andauthored
Clarify user fields in span protocol documentation (#16588)
Updated user-related fields to remove 'gated by sendDefaultPii' notes for clarity. SDKs gate any automatic `scope.setUser()` calls instead. --------- Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
1 parent 64dd03f commit 4aa6c6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

develop-docs/sdk/telemetry/spans/span-protocol.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ Empty attributes must be omitted.
174174
| `sentry.replay_id` | string | The id of the currently running replay (if available) |
175175
| `os.name` | string | The operating system name (e.g., "Linux", "Windows", "macOS") |
176176
| `browser.name` | string | The browser name (e.g., "Chrome", "Firefox", "Safari") |
177-
| `user.id` | string | The user ID (gated by `sendDefaultPii`) |
178-
| `user.email` | string | The user email (gated by `sendDefaultPii`) |
179-
| `user.ip_address` | string | The user IP address (gated by `sendDefaultPii`) |
180-
| `user.name` | string | The user username (gated by `sendDefaultPii`) |
177+
| `user.id` | string | The user ID |
178+
| `user.email` | string | The user email |
179+
| `user.ip_address` | string | The user IP address |
180+
| `user.name` | string | The user username |
181181
| `thread.id` | string | The thread ID |
182182
| `thread.name` | string | The thread name |
183183
| `sentry.sdk.name` | string | Name of the Sentry SDK (e.g., "sentry.php", "sentry.javascript") |

0 commit comments

Comments
 (0)