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 f8aa25a commit a135fd6Copy full SHA for a135fd6
‎sentry_sdk/consts.py
@@ -105,7 +105,7 @@ def __init__(
105
send_default_pii=False, # type: bool
106
http_proxy=None, # type: Optional[str]
107
https_proxy=None, # type: Optional[str]
108
- ignore_errors=[], # type: List[Union[type, str]] # noqa: B006
+ ignore_errors=[], # type: Sequence[Union[type, str]] # noqa: B006
109
request_bodies="medium", # type: str
110
before_send=None, # type: Optional[EventProcessor]
111
before_breadcrumb=None, # type: Optional[BreadcrumbProcessor]
0 commit comments