package
1.8.5
Repository: https://github.com/aws/aws-xray-sdk-go.git
Documentation: pkg.go.dev

# Functions

NewDefaultIgnoreErrorStrategy initializes an instance of DefaultIgnoreErrorStrategy.
NewDefaultLogErrorStrategy initializes an instance of DefaultLogErrorStrategy.
NewDefaultRuntimeErrorStrategy initializes an instance of DefaultRuntimeErrorStrategy.

# Variables

IgnoreErrorStrategy provides the AWS_XRAY_CONTEXT_MISSING environment variable value for enabling the ignore error context missing strategy.
LogErrorStrategy provides the AWS_XRAY_CONTEXT_MISSING environment variable value for enabling the log error context missing strategy.
RuntimeErrorStrategy provides the AWS_XRAY_CONTEXT_MISSING environment variable value for enabling the runtime error context missing strategy (panic).

# Structs

DefaultIgnoreErrorStrategy implements the ignore error context missing strategy.
DefaultLogErrorStrategy implements the log error context missing strategy.
DefaultRuntimeErrorStrategy implements the runtime error context missing strategy.

# Interfaces

Strategy provides an interface for implementing context missing strategies.