# Functions

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

# Variables

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

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.