blob: bfaee0d56e38211b3aedc2fca12502893a938480 [file] [log] [blame]
Abhay Kumara2ae5992025-11-10 14:02:24 +00001// Copyright The OpenTelemetry Authors
2// SPDX-License-Identifier: Apache-2.0
3
4package semconv // import "go.opentelemetry.io/otel/semconv/v1.26.0"
5
6const (
7 // ExceptionEventName is the name of the Span event representing an exception.
8 ExceptionEventName = "exception"
9)