Skip to content

Commit 4d54beb

Browse files
committed
Formatting
1 parent bbac363 commit 4d54beb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ def _sentry_patched_create_common(f, *args, **kwargs):
166166
span.set_data(SPANDATA.AI_STREAMING, False)
167167

168168
if should_send_default_pii() and integration.include_prompts:
169-
span.set_data(SPANDATA.AI_INPUT_MESSAGES, _serialize_span_attribute(messages))
169+
span.set_data(
170+
SPANDATA.AI_INPUT_MESSAGES, _serialize_span_attribute(messages)
171+
)
170172

171173
if hasattr(result, "content"):
172174
if should_send_default_pii() and integration.include_prompts:

0 commit comments

Comments
 (0)