1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Revert "Revert "Generate semconv/v1.40.0"" (#7985)

Reverts open-telemetry/opentelemetry-go#7978
This commit is contained in:
Tyler Yahn
2026-03-02 22:32:17 -08:00
committed by GitHub
parent 331043578f
commit 5dee2eb2dc
30 changed files with 59140 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
package semconv // import "go.opentelemetry.io/otel/semconv/v1.40.0"
const (
// ExceptionEventName is the name of the Span event representing an exception.
ExceptionEventName = "exception"
)