Skip to content

Commit a3109c8

Browse files
committed
fix botocore malformed response handling for converse stream operations
1 parent 952af65 commit a3109c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
2323
([#522](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/522))
2424
- Support credentials provider name for BedrockAgentCore Identity
2525
([#534](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/534))
26+
- [PATCH] Add safety check for bedrock ConverseStream responses
27+
([#547](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/547))
2628

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,4 +897,4 @@ def _create_aws_otlp_exporter(endpoint: str, service: str, region: str):
897897
# pylint: disable=broad-exception-caught
898898
except Exception as errors:
899899
_logger.error("Failed to create AWS OTLP exporter: %s", errors)
900-
return None
900+
return None

0 commit comments

Comments
 (0)