Skip to content

Commit 3119470

Browse files
committed
not needed anymore
1 parent 0808182 commit 3119470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/ai/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Any
55

66
from sentry_sdk.tracing import Span
7-
from sentry_sdk.utils import _serialize_span_attribute, logger
7+
from sentry_sdk.utils import logger
88

99

1010
def _normalize_data(data):
@@ -29,4 +29,4 @@ def _normalize_data(data):
2929
def set_data_normalized(span, key, value):
3030
# type: (Span, str, Any) -> None
3131
normalized = _normalize_data(value)
32-
span.set_data(key, _serialize_span_attribute(normalized))
32+
span.set_data(key, normalized)

0 commit comments

Comments
 (0)