We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2507d commit 1bc5f86Copy full SHA for 1bc5f86
sentry_sdk/integrations/anthropic.py
@@ -92,7 +92,7 @@ class _RecordedUsage:
92
class _StreamSpanContext:
93
"""
94
Sets accumulated data on the stream's span and finishes the span on exit.
95
- No-ops if the stream has no span set, the case when the span has already been finished.
+ Is a no-op if the stream has no span set, i.e., when the span has already been finished.
96
97
98
def __init__(
0 commit comments