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 5a64f63 commit f54ea99Copy full SHA for f54ea99
sentry_sdk/integrations/anthropic.py
@@ -74,7 +74,7 @@ def _calculate_token_usage(result, span):
74
75
76
def _get_responses(content):
77
- # type: (list[Any]) -> dict[str, Any]
+ # type: (list[Any]) -> list[dict[str, Any]]
78
"""Get JSON of a Anthropic responses."""
79
responses = []
80
for item in content:
0 commit comments