UNPKG

@dynatrace/opentelemetry-core

Version:

Dynatrace OpenTelemetry core package

4 lines 204 B
import type { SpanAttributes, SpanAttributeValue } from "@opentelemetry/api"; export type Attributes = SpanAttributes; export type AttributeValue = SpanAttributeValue; //# sourceMappingURL=Compat.d.ts.map