devkanro commented on PR #451: URL: https://github.com/apache/skywalking-java/pull/451#issuecomment-1418905185
The original idea is that because coroutine will switch between threads, if only the stack information of the last exception occurrence is captured, a large amount of stack information may be lost. But you are right. Recording all of them will cause a heavy payload. The best way would be to only show the coroutine stack in the failed span, don't know if there is a way to do this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
