File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ class SDKInfo(TypedDict):
220220 tuple [None , None , None ],
221221 ]
222222
223- # TODO: Make a proper type definition for this
223+ # TODO: Make a proper type definition for this (PRs welcome!)
224224 Hint = Dict [str , Any ]
225225
226226 Log = TypedDict (
@@ -235,13 +235,13 @@ class SDKInfo(TypedDict):
235235 },
236236 )
237237
238- # TODO: Make a proper type definition for this
238+ # TODO: Make a proper type definition for this (PRs welcome!)
239239 Breadcrumb = Dict [str , Any ]
240240
241- # TODO: Make a proper type definition for this
241+ # TODO: Make a proper type definition for this (PRs welcome!)
242242 BreadcrumbHint = Dict [str , Any ]
243243
244- # TODO: Make a proper type definition for this
244+ # TODO: Make a proper type definition for this (PRs welcome!)
245245 SamplingContext = Dict [str , Any ]
246246
247247 EventProcessor = Callable [[Event , Hint ], Optional [Event ]]
You can’t perform that action at this time.
0 commit comments