Skip to content

Commit 1948cf0

Browse files
committed
added some todos
1 parent 0f0fae0 commit 1948cf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sentry_sdk/_types.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ class SDKInfo(TypedDict):
220220
tuple[None, None, None],
221221
]
222222

223+
# TODO: Make a proper type definition for this
223224
Hint = Dict[str, Any]
225+
224226
Log = TypedDict(
225227
"Log",
226228
{
@@ -233,9 +235,13 @@ class SDKInfo(TypedDict):
233235
},
234236
)
235237

238+
# TODO: Make a proper type definition for this
236239
Breadcrumb = Dict[str, Any]
240+
241+
# TODO: Make a proper type definition for this
237242
BreadcrumbHint = Dict[str, Any]
238243

244+
# TODO: Make a proper type definition for this
239245
SamplingContext = Dict[str, Any]
240246

241247
EventProcessor = Callable[[Event, Hint], Optional[Event]]

0 commit comments

Comments
 (0)