user property

SentryUser? user
getter/setter pair

Information about the current user.

The value in this field overrides the user context set in Scope.user for this logged event.

Implementation

SentryUser? user;