UNPKG

@opentelemetry/semantic-conventions

Version:
15 lines 658 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ 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