UNPKG

@opentelemetry/core

Version:

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

7 lines 257 B
import { ENVIRONMENT } from '../../utils/environment'; /** * Gets the environment variables */ export declare function getEnv(): Required<ENVIRONMENT>; export declare function getEnvWithoutDefaults(): ENVIRONMENT; //# sourceMappingURL=environment.d.ts.map