Skip to content

Commit e240e09

Browse files
committed
address comments wip 1
1 parent fba4dd4 commit e240e09

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212
## Unreleased
1313

14-
### Added
15-
16-
- `opentelemetry-sdk-extension-aws` Add caching, matching, and targets logic to complete AWS X-Ray Remote Sampler implementation
17-
([#3366](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3761))
18-
1914
## Version 1.38.0/0.59b0 (2025-10-16)
2015

2116
### Fixed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ include = [
206206
"instrumentation-genai/opentelemetry-instrumentation-weaviate",
207207
"util/opentelemetry-util-genai",
208208
"exporter/opentelemetry-exporter-credential-provider-gcp",
209+
"sdk-extension/opentelemetry-sdk-extension-aws/src/opentelemetry/sdk/extension/aws/trace/sampler",
209210
]
210211
# We should also add type hints to the test suite - It helps on finding bugs.
211212
# We are excluding for now because it's easier, and more important to add to the instrumentation packages.

sdk-extension/opentelemetry-sdk-extension-aws/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Added
11+
12+
- Add caching, matching, and targets logic to complete AWS X-Ray Remote Sampler implementation
13+
([#3366](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3761))
14+
1015
## Version 2.1.0 (2024-12-24)
1116

1217
- Make ec2 resource detector silent when loaded outside AWS

0 commit comments

Comments
 (0)