@flarelog/sdk / Breadcrumb
Interface: Breadcrumb
Defined in: types.ts:48
Breadcrumb entry for tracking events leading to an error
Properties
timestamp
timestamp:
string
Defined in: types.ts:49
category
category:
string
Defined in: types.ts:50
message
message:
string
Defined in: types.ts:51
level?
optionallevel?:LogLevel
Defined in: types.ts:52
data?
optionaldata?:Record<string,unknown>
Defined in: types.ts:53