Skip to main content
Module

x/sentry/index.mjs>User

The Official Sentry Deno SDK
Go to Latest
interface User
import { type User } from "https://deno.land/x/sentry@7.109.0/index.mjs";

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

Index Signatures

[key: string]: any

Properties

optional
id: string | number
optional
ip_address: string
optional
email: string
optional
username: string
optional
deprecated
segment: string