We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0385f6d commit 044ac9dCopy full SHA for 044ac9d
CHANGELOG.md
@@ -47,6 +47,8 @@ and assume the id starts at the beginning.
47
- `TraceId.asBytes(CharSequence)` has been removed.
48
- `TraceId.getHexLength()` has been renamed to `TraceId.getLength()`
49
- `TraceId.bytesToHex()` has been renamed to `TraceId.fromBytes()`
50
+- `StrictContextStorage` has been made private. Use -Dio.opentelemetry.context.enableStrictContext=true` to enable it
51
+- `AwsXrayPropagator` has been moved to the `opentelemetry-extension-aws` artifact
52
53
#### Enhancements
54
0 commit comments