Problem Statement
ExceptionGroup was introduced in Python 3.11:
https://peps.python.org/pep-0664/#features-for-3-11
https://peps.python.org/pep-0654/
Our current SDK v1.12.0 does not support capturing all exceptions separately with its own stack traces so they can be shown in Sentry UI.
This issue was originally raised here in a general manner to expand the feature to other SDKs: getsentry/sentry#37716
Problem Statement
ExceptionGroup was introduced in Python 3.11:
https://peps.python.org/pep-0664/#features-for-3-11
https://peps.python.org/pep-0654/
Our current SDK v1.12.0 does not support capturing all exceptions separately with its own stack traces so they can be shown in Sentry UI.
This issue was originally raised here in a general manner to expand the feature to other SDKs: getsentry/sentry#37716