exception.go raw

   1  // Copyright The OpenTelemetry Authors
   2  // SPDX-License-Identifier: Apache-2.0
   3  
   4  package semconv // import "go.opentelemetry.io/otel/semconv/v1.37.0"
   5  
   6  const (
   7  	// ExceptionEventName is the name of the Span event representing an exception.
   8  	ExceptionEventName = "exception"
   9  )
  10