We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b152d commit 3cf9ddbCopy full SHA for 3cf9ddb
sentry_sdk/client.py
@@ -360,7 +360,7 @@ def _capture_envelope(envelope):
360
def _record_lost_event(
361
reason, # type: str
362
data_category, # type: EventDataCategory
363
- item, # type: Item
+ item=None, # type: Optional[Item]
364
quantity=1, # type: int
365
):
366
# type: (...) -> None
0 commit comments