blob: 137acc67de09c78653e235f4a2f09901db9c8981 [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.17.0"
5
6const (
7 // ExceptionEventName is the name of the Span event representing an exception.
8 ExceptionEventName = "exception"
9)