Skip to content

Commit 0439961

Browse files
committed
fix(anthropic) using generic operation name instead of anthropic specific one
1 parent cb7940d commit 0439961

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
@@ -192,7 +192,7 @@ def _sentry_patched_create_common(f, *args, **kwargs):
192192
return f(*args, **kwargs)
193193

194194
span = sentry_sdk.start_span(
195-
op=OP.ANTHROPIC_MESSAGES_CREATE,
195+
op=OP.GEN_AI_CHAT,
196196
description="Anthropic messages create",
197197
origin=AnthropicIntegration.origin,
198198
)

0 commit comments

Comments
 (0)