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@8.0.0-beta.4/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