Skip to content

@flarelog/sdk


@flarelog/sdk / UserContext

Interface: UserContext

Defined in: types.ts:38

User context for identifying who experienced an error

Indexable

[key: string]: unknown

Properties

id?

optional id?: string

Defined in: types.ts:39


email?

optional email?: string

Defined in: types.ts:40


name?

optional name?: string

Defined in: types.ts:41

Released under the MIT License.