Skip to content

Commit 039c439

Browse files
committed
better
1 parent 1948cf0 commit 039c439

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sentry_sdk/_types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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]]

0 commit comments

Comments
 (0)