Interface: User

sentry.User

An interface describing a user of an application or a handled request.

Indexable

▪ [key: string]: any

Properties

email

Optional email: string


id

Optional id: string | number


ip_address

Optional ip_address: string


segment

Optional segment: string

Deprecated

Functonality for segment has been removed. Use a custom tag or context instead to capture this information.


username

Optional username: string