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 e8e23f4 commit 9fa5257Copy full SHA for 9fa5257
opentelemetry-api/src/opentelemetry/attributes/__init__.py
@@ -180,6 +180,7 @@ def _clean_extended_attribute_value(
180
# Freeze mutable sequences defensively
181
return tuple(cleaned_seq)
182
183
+ return value
184
185
def _clean_extended_attribute(
186
key: str, value: types.AnyValue, max_len: Optional[int]
0 commit comments