We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0367592 commit 9e0a0f4Copy full SHA for 9e0a0f4
sentry_sdk/integrations/logging.py
@@ -69,7 +69,7 @@ def __init__(
69
sentry_logs_level=DEFAULT_LEVEL,
70
event_level=DEFAULT_EVENT_LEVEL,
71
):
72
- # type: (Optional[int], Optional[int]) -> None
+ # type: (Optional[int], Optional[int], Optional[int]) -> None
73
self._handler = None
74
self._breadcrumb_handler = None
75
self._sentry_logs_handler = None
0 commit comments