From f22900ca3c957254a8d3acff377b27a2116be09a Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Wed, 29 Jul 2026 09:43:01 +0200 Subject: [PATCH] docs: Add changes to migration guide --- MIGRATION_GUIDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MIGRATION_GUIDE.md b/MIGRATION_GUIDE.md index d38654dcc9..00d0f3ac70 100644 --- a/MIGRATION_GUIDE.md +++ b/MIGRATION_GUIDE.md @@ -5,8 +5,12 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh ## New Features + ## Changed +- The UnraisableHookIntegration is now enabled by default. +- We now don't suppress chained exceptions in the ASGI and asyncio integrations by default. The related `suppress_asgi_chained_exceptions` experimental option was removed. + ## Removed ## Deprecated