/opt/canhelp/node_modules/@opentelemetry/semantic-conventions/build/src
NameSizeModeActions
internal/-0755rm
resource/-0755rm
trace/-0755rm
experimental_attributes.d.ts6672900644editdlrm
experimental_attributes.js7230960644editdlrm
experimental_attributes.js.map7818850644editdlrm
experimental_events.d.ts138510644editdlrm
experimental_events.js154690644editdlrm
experimental_events.js.map164390644editdlrm
experimental_metrics.d.ts2023870644editdlrm
experimental_metrics.js2182330644editdlrm
experimental_metrics.js.map2315130644editdlrm
index-incubating.d.ts2720644editdlrm
index-incubating.js18710644editdlrm
index-incubating.js.map12810644editdlrm
index.d.ts1920644editdlrm
index.js18900644editdlrm
index.js.map13130644editdlrm
stable_attributes.d.ts490770644editdlrm
stable_attributes.js540970644editdlrm
stable_attributes.js.map591650644editdlrm
stable_events.d.ts1460644editdlrm
stable_events.js11790644editdlrm
stable_events.js.map13220644editdlrm
stable_metrics.d.ts153960644editdlrm
stable_metrics.js181280644editdlrm
stable_metrics.js.map194770644editdlrm
version.d.ts780644editdlrm
version.js8330644editdlrm
version.js.map9220644editdlrm
Edit: /opt/canhelp/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.js (1179B)
"use strict"; /* * 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. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.EVENT_EXCEPTION = void 0; //----------------------------------------------------------------------------------------------------------- // DO NOT EDIT, this is an Auto-generated file from scripts/semconv/templates/registry/ts-stable/events.ts.j2 //----------------------------------------------------------------------------------------------------------- /** * This event describes a single exception. */ exports.EVENT_EXCEPTION = 'exception'; //# sourceMappingURL=stable_events.js.map