diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index bf576a63e8..072b49ced7 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -105,7 +105,7 @@ def __init__( send_default_pii=False, # type: bool http_proxy=None, # type: Optional[str] https_proxy=None, # type: Optional[str] - ignore_errors=[], # type: List[Union[type, str]] # noqa: B006 + ignore_errors=[], # type: Sequence[Union[type, str]] # noqa: B006 request_bodies="medium", # type: str before_send=None, # type: Optional[EventProcessor] before_breadcrumb=None, # type: Optional[BreadcrumbProcessor]