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