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 b0826fe commit 40a309aCopy full SHA for 40a309a
sentry_sdk/consts.py
@@ -52,7 +52,7 @@ def __init__(
52
release=None, # type: Optional[str]
53
environment=None, # type: Optional[str]
54
server_name=None, # type: Optional[str]
55
- shutdown_timeout=2, # type: int
+ shutdown_timeout=2, # type: float
56
integrations=[], # type: Sequence[Integration] # noqa: B006
57
in_app_include=[], # type: List[str] # noqa: B006
58
in_app_exclude=[], # type: List[str] # noqa: B006
0 commit comments