We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24ed84 commit 3d0f22fCopy full SHA for 3d0f22f
1 file changed
sentry_sdk/integrations/boto3.py
@@ -66,6 +66,7 @@ def _sentry_request_created(
66
67
client = sentry_sdk.get_client()
68
span_streaming = has_span_streaming_enabled(client.options)
69
+ span: "Union[Span, StreamedSpan]"
70
if span_streaming:
71
span = sentry_sdk.traces.start_span(
72
name=description,
0 commit comments