Attributes
type Attributes = Record<string, string | number | boolean | undefined>;
Defined in: src/lib/logging/types.ts:119
Arbitrary attributes that can be attached to log records and spans.
type Attributes = Record<string, string | number | boolean | undefined>;
Defined in: src/lib/logging/types.ts:119
Arbitrary attributes that can be attached to log records and spans.