Skip to content

Commit 4dd4ad8

Browse files
authored
fix: Recommend greater than aws-opentelemetry-distro 0.10.1 due to otel bug (#213)
Via strands-agents/sdk-python/issues/488 we identified that aws-opentelemetry-distro 0.10.0 was a cause of bugs, so ensure that the documentation guides folks to non-buggy implementations Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
1 parent 3605ca5 commit 4dd4ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/deploy/deploy_to_bedrock_agentcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,13 +590,13 @@ Before you can view metrics and traces, complete this one-time setup:
590590

591591
Add to your `requirements.txt`:
592592
```text
593-
aws-opentelemetry-distro>=0.10.0
593+
aws-opentelemetry-distro>=0.10.1
594594
boto3
595595
```
596596

597597
Or install directly:
598598
```bash
599-
pip install aws-opentelemetry-distro>=0.10.0 boto3
599+
pip install aws-opentelemetry-distro>=0.10.1 boto3
600600
```
601601

602602
#### 2. Run With Auto-Instrumentation

0 commit comments

Comments
 (0)