The Affected user section captures information about the user impacted by the error:
Additional user data can be included in an extra data subsection. This maps to
Sentry’s user
interface, aiding in user-specific debugging and
personalization.
Set user context via the SDK, e.g., Telebugs.setUser({ id: '123', email: '[email protected]' })
.