-
Notifications
You must be signed in to change notification settings - Fork 601
Closed
Description
data_category and item are mutually exclusive; only one should be provided at a time.
sentry-python/sentry_sdk/transport.py
Lines 133 to 142 in 31efa62
| def record_lost_event( | |
| self, | |
| reason, # type: str | |
| data_category=None, # type: Optional[str] | |
| item=None, # type: Optional[Item] | |
| ): | |
| # type: (...) -> None | |
| """This increments a counter for event loss by reason and | |
| data category. | |
| """ |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.