# 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.