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 7e51d19 commit 0242906Copy full SHA for 0242906
sentry_sdk/consts.py
@@ -970,7 +970,7 @@ def __init__(
970
max_stack_frames: Optional[int] = DEFAULT_MAX_STACK_FRAMES,
971
enable_logs: bool = False,
972
before_send_log: Optional[Callable[[Log, Hint], Optional[Log]]] = None,
973
- http2=None, # type: Optional[bool],
+ http2: Optional[bool] = None,
974
) -> None:
975
"""Initialize the Sentry SDK with the given parameters. All parameters described here can be used in a call to `sentry_sdk.init()`.
976
0 commit comments