2023-09-07 19:55:58 -04:00
|
|
|
// Copyright The OpenTelemetry Authors
|
2024-11-01 09:08:45 -04:00
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
2023-09-07 19:55:58 -04:00
|
|
|
|
2024-11-01 09:10:09 -04:00
|
|
|
package semconv // import "go.opentelemetry.io/otel/semconv/v1.20.0"
|
2023-09-07 19:55:58 -04:00
|
|
|
|
|
|
|
const (
|
2023-10-13 15:38:21 -04:00
|
|
|
// ExceptionEventName is the name of the Span event representing an exception.
|
|
|
|
ExceptionEventName = "exception"
|
2023-09-07 19:55:58 -04:00
|
|
|
)
|