Semparse Docs
SDK Reference@workspace/semparse-sdk-coreType aliases

Type Alias: SemparseBreadcrumb

@workspace/semparse-sdk-core


@workspace/semparse-sdk-core / SemparseBreadcrumb

Type Alias: SemparseBreadcrumb

SemparseBreadcrumb = object

Breadcrumb recorded before capture to provide event timeline context.

Properties

category?

optional category: string


data?

optional data: Record<string, SemparseContextValue>


level?

optional level: SemparseSeverity


message?

optional message: string


timestamp?

optional timestamp: string | number


type?

optional type: string

On this page