Skip to content

Commit 2616601

Browse files
committed
fix
1 parent cb0d7c5 commit 2616601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def _sentry_patched_create_common(f, *args, **kwargs):
196196

197197
span = sentry_sdk.start_span(
198198
op=OP.GEN_AI_CHAT,
199-
name=f"chat {model}",
199+
name=f"chat {model}".strip(),
200200
origin=AnthropicIntegration.origin,
201201
)
202202
span.__enter__()

0 commit comments

Comments
 (0)