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 71554ed commit 692e60eCopy full SHA for 692e60e
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