Skip to content

Commit fa42061

Browse files
committed
undo changelog change
1 parent 8a9ec4d commit fa42061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ All notable changes to this project will be documented in this file.
666666
### AWSXRayRecorder.Core (1.0.2-beta)
667667
#### Added
668668
- Runtime information to the `aws.xray` namespace on segments.
669-
- Added a `ContextMissingStrategy` property to the `IAWSXRayRecorder` interface. This allows configuration of the exception behavior exhibited when trace context is not properly propagated. The behavior can be configured in code. Alternatively, the environment variable `AWS_XRAY_CONTEXT_MISSING` can be used (overrides any modes set in code). Valid values for this environment variable are currently (case insensitive) `RUNTIME_ERROR` and `LOG_ERROR`. By default, errors are logged on missing context.
669+
- Added a `ContextMissingStrategy` property to the `IAWSXRayRecorder` interface. This allows configuration of the exception behavior exhibited when trace context is not properly propagated. The behavior can be configured in code. Alternatively, the environment variable `AWS_XRAY_CONTEXT_MISSING` can be used (overrides any modes set in code). Valid values for this environment variable are currently (case insensitive) `RUNTIME_ERROR` and `LOG_ERROR`. By default, an exception will be thrown on missing context.
670670

671671
#### Changed
672672
- Renamed `SegmentNotAvailableException` to `EntityNotAvailableException`

0 commit comments

Comments
 (0)