Exception groups now supported for Python and .NET

Sentry now handles exception groups for users using ExceptionGroup and derived types in Python, or similar classes such as AggregateException in .NET.

Within Issue Details, parent-child relationships are now displayed in a section called “Related Exceptions.” This makes it easy to visualize all of the child exceptions and explore each in detail. Because exception groups might represent multiple of the same exception type, or multiple different exception types, we’ve also improved Sentry’s issue grouping logic to account for either scenario.

There’s no setup needed outside of upgrading your SDK to a supported version:

Check out this issue to follow updates or share feedback with the team!

In-product preview: