Skip to content

@flarelog/sdk


@flarelog/sdk / Breadcrumb

Interface: Breadcrumb

Defined in: types.ts:46

Breadcrumb entry for tracking events leading to an error

Properties

timestamp

timestamp: string

Defined in: types.ts:47


category

category: string

Defined in: types.ts:48


message

message: string

Defined in: types.ts:49


level?

optional level?: LogLevel

Defined in: types.ts:50


data?

optional data?: Record<string, unknown>

Defined in: types.ts:51

Released under the MIT License.