exception.go

1// 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)