@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?
optionallevel?:LogLevel
Defined in: types.ts:50
data?
optionaldata?:Record<string,unknown>
Defined in: types.ts:51