BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Improve error logging of TaskGroup #1569

Closed purplesmoke05 closed 1 week ago

purplesmoke05 commented 1 week ago

Is your feature request related to a problem? Please describe.

When using TaskGroup in Python applications, errors are reported with vague messages like "(1 sub-exception)", making it difficult to identify and debug issues efficiently.

Describe the solution you'd like

Implement a more detailed error reporting for TaskGroup that displays full stack traces for exceptions in each subtask.