UNPKG

nestjs-otel

Version:
6 lines (5 loc) 294 B
import { type AttributeValue } from "@opentelemetry/api"; export declare const WIDE_EVENT_CONTEXT_KEY: symbol; export declare const WIDE_EVENT_ROOT_SPAN: unique symbol; export type WideEventBag = Map<string, AttributeValue>; export declare function getWideEventBag(): WideEventBag | undefined;