We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8b7a7 commit 6fda569Copy full SHA for 6fda569
sentry_sdk/integrations/asgi.py
@@ -193,7 +193,7 @@ async def _run_app(
193
suppress_chained_exceptions = (
194
sentry_sdk.get_client()
195
.options.get("_experiments", {})
196
- .get("suppress_asgi_chained_exceptions", False)
+ .get("suppress_asgi_chained_exceptions", True)
197
)
198
if suppress_chained_exceptions:
199
self._capture_lifespan_exception(exc)
@@ -340,7 +340,7 @@ async def _sentry_wrapped_send(
340
341
342
343
344
345
346
self._capture_request_exception(exc)
0 commit comments