UNPKG

@opentelemetry/core

Version:

OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.

9 lines 218 B
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ /** * @deprecated Use globalThis directly instead. */ export const _globalThis = globalThis; //# sourceMappingURL=globalThis.js.map