/opt/canhelp/node_modules/@opentelemetry/semantic-conventions/build/esnext
NameSizeModeActions
internal/-0755rm
resource/-0755rm
trace/-0755rm
experimental_attributes.d.ts6672900644editdlrm
experimental_attributes.js6569080644editdlrm
experimental_attributes.js.map7979390644editdlrm
experimental_events.d.ts138510644editdlrm
experimental_events.js146420644editdlrm
experimental_events.js.map166660644editdlrm
experimental_metrics.d.ts2023870644editdlrm
experimental_metrics.js2001880644editdlrm
experimental_metrics.js.map2359720644editdlrm
index-incubating.d.ts2720644editdlrm
index-incubating.js10060644editdlrm
index-incubating.js.map13250644editdlrm
index.d.ts1920644editdlrm
index.js10430644editdlrm
index.js.map13430644editdlrm
stable_attributes.d.ts490770644editdlrm
stable_attributes.js490800644editdlrm
stable_attributes.js.map604800644editdlrm
stable_events.d.ts1460644editdlrm
stable_events.js10730644editdlrm
stable_events.js.map13290644editdlrm
stable_metrics.d.ts153960644editdlrm
stable_metrics.js159690644editdlrm
stable_metrics.js.map199830644editdlrm
version.d.ts780644editdlrm
version.js7350644editdlrm
version.js.map9290644editdlrm
Edit: /opt/canhelp/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.js (1043B)
/* * Copyright The OpenTelemetry Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* eslint-disable no-restricted-syntax -- * These re-exports are only of constants, only two-levels deep, and * should not cause problems for tree-shakers. */ // Deprecated. These are kept around for compatibility purposes export * from './trace'; export * from './resource'; // Use these instead export * from './stable_attributes'; export * from './stable_metrics'; export * from './stable_events'; //# sourceMappingURL=index.js.map