Properties
Optional
getBreadcrumbCategory
getBreadcrumbCategory?: <T extends Metadata>( record: LogRecord<T>,) => undefined | string Optional
getBreadcrumbType
getBreadcrumbType?: <T extends Metadata>( record: LogRecord<T>,) => undefined | string Optional
shouldSendAsBreadcrumb
shouldSendAsBreadcrumb?: <T extends Metadata>(record: LogRecord<T>) => boolean Optional
shouldSendAsException