Breadcrumb Interface
Frompackages/core/src/types-hoist/breadcrumb.ts:
Fields
type
The breadcrumb type. Common types:
'default'- Default breadcrumb'debug'- Debug information'error'- Error event'navigation'- Navigation event'http'- HTTP request'info'- Informational'query'- Database query'transaction'- Transaction'ui'- UI event'user'- User action
level
Severity level:
'fatal', 'error', 'warning', 'info', 'debug', or 'log'.Defaults to 'info'.category
Dotted string indicating origin (e.g.,
'ui.click', 'http.request', 'console.log').message
Human-readable message describing the breadcrumb.
data
Arbitrary data associated with the breadcrumb.
timestamp
Unix timestamp (seconds) when the breadcrumb occurred.