Skip to content

@flarelog/sdk


@flarelog/sdk / UserContext

Interface: UserContext

Defined in: types.ts:36

User context for identifying who experienced an error

Indexable

[key: string]: unknown

Properties

id?

optional id?: string

Defined in: types.ts:37


email?

optional email?: string

Defined in: types.ts:38


name?

optional name?: string

Defined in: types.ts:39

Released under the MIT License.