@opentelemetry/semantic-conventions
Version:
OpenTelemetry semantic conventions
10 lines • 331 B
JavaScript
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
/* eslint-disable no-restricted-syntax --
* These re-exports are only of constants, only one-level deep at this point,
* and should not cause problems for tree-shakers.
*/
export * from './SemanticAttributes';
//# sourceMappingURL=index.js.map