Click or drag to resize

AWSXRayRecorderBuilderWithContextMissingStrategyFromAppSettings Method

Reads useRuntimeErrors settings from app settings, and adds into the builder. If the useRuntimeErrors settings doesn't exist, it defaults to false and ContextMissingStrategy.LOG_ERROR is used.

Namespace:  Amazon.XRay.Recorder.Core
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public AWSXRayRecorderBuilder WithContextMissingStrategyFromAppSettings()

Return Value

Type: AWSXRayRecorderBuilder
The builder with context missing strategy set.
See Also