blob: 137acc67de09c78653e235f4a2f09901db9c8981 [file] [log] [blame]
Abhay Kumar40252eb2025-10-13 13:25:53 +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)