Skip to content

Commit 7436a3d

Browse files
committed
fix apidocs
1 parent cc76bbb commit 7436a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry_sdk/_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def substituted_because_contains_sensitive_data(cls) -> "AnnotatedValue":
145145

146146
from typing_extensions import Literal, TypedDict
147147

148-
from sentry_sdk.traces import StreamedSpan
148+
import sentry_sdk
149149

150150
class SDKInfo(TypedDict):
151151
name: str
@@ -332,7 +332,7 @@ class SDKInfo(TypedDict):
332332
"start_timestamp": float,
333333
"end_timestamp": NotRequired[float],
334334
"attributes": NotRequired[Attributes],
335-
"_segment_span": NotRequired[StreamedSpan],
335+
"_segment_span": NotRequired["sentry_sdk.traces.StreamedSpan"],
336336
},
337337
)
338338

0 commit comments

Comments
 (0)